Skip to content

Commit 3727edb

Browse files
committed
Fix tests
1 parent 0a470be commit 3727edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DTOs/QueueWorkerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
],
4545
[
4646
'queue_workers' => [
47-
'some_worker',
48-
'another_worker',
47+
'some_worker' => [],
48+
'another_worker' => [],
4949
],
5050
],
5151
[

0 commit comments

Comments
 (0)