summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php')
-rw-r--r--apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
index 5339d600722..894030792e3 100644
--- a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
+++ b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
@@ -24,7 +24,7 @@
namespace OCA\Files_Trashbin\Tests\BackgroundJob;
-use \OCA\Files_Trashbin\BackgroundJob\ExpireTrash;
+use OCA\Files_Trashbin\BackgroundJob\ExpireTrash;
use OCP\BackgroundJob\IJobList;
use OCP\IUserManager;