aboutsummaryrefslogtreecommitdiffstats
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 882099efc99..5339d600722 100644
--- a/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
+++ b/apps/files_trashbin/tests/BackgroundJob/ExpireTrashTest.php
@@ -39,6 +39,6 @@ class ExpireTrashTest extends \Test\TestCase {
/** @var \OC\BackgroundJob\JobList $jobList */
$backgroundJob->execute($jobList);
- $this->assertTrue(true);
+ $this->addToAssertionCount(1);
}
}