mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix listing of trash files in test
This commit is contained in:
parent
2e8232e803
commit
e4364426e2
1 changed files with 2 additions and 0 deletions
|
|
@ -236,6 +236,8 @@ class Test_Trashbin extends \Test\TestCase {
|
|||
// user2-1.txt should have been expired
|
||||
$this->verifyArray($filesInTrashUser2AfterDelete, array('user2-2.txt', 'user1-4.txt'));
|
||||
|
||||
self::loginHelper(self::TEST_TRASHBIN_USER1);
|
||||
|
||||
// user1-1.txt and user1-3.txt should have been expired
|
||||
$filesInTrashUser1AfterDelete = OCA\Files_Trashbin\Helper::getTrashFiles('/', self::TEST_TRASHBIN_USER1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue