Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Jun 19, 2024
1 parent e881652 commit 8c52f92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Service/Worker/WorkerCheckSchedulerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function testGetSchedule(): void
$workerCheckScheduler = new WorkerCheckScheduler(
$workerStatusFile,
$checkerCollection,
'www',
$lockFactory
);

Expand All @@ -47,6 +48,7 @@ public function testInvoke(): void
$workerCheckScheduler = new WorkerCheckScheduler(
$workerStatusFile,
$checkerCollection,
'www',
$lockFactory
);

Expand Down

0 comments on commit 8c52f92

Please sign in to comment.