JobListTest: clearJobsList before testHasReservedJobs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/37835/head
Marcel Klehr 2023-04-20 14:21:57 +07:00
parent 0f3211c4e4
commit 281c8047b6
1 changed files with 1 additions and 0 deletions

@ -246,6 +246,7 @@ class JobListTest extends TestCase {
}
public function testHasReservedJobs() {
$this->clearJobsList();
$job = new TestJob();
$this->instance->add($job);