diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/BackgroundJob/JobListTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/BackgroundJob/JobListTest.php b/tests/lib/BackgroundJob/JobListTest.php index d42c2521761..b370a233075 100644 --- a/tests/lib/BackgroundJob/JobListTest.php +++ b/tests/lib/BackgroundJob/JobListTest.php @@ -246,6 +246,7 @@ class JobListTest extends TestCase { } public function testHasReservedJobs() { + $this->clearJobsList(); $job = new TestJob(); $this->instance->add($job); |