Skip to content

Commit 9e281ed

Browse files
committed
fix cs
1 parent bebe040 commit 9e281ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Client/Driver/GenericDriverTestsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public function testShouldSendMessageToRouterProcessor()
481481
$config,
482482
new RouteCollection([
483483
new Route('topic', Route::TOPIC, 'processor', [
484-
'queue' => 'custom'
484+
'queue' => 'custom',
485485
]),
486486
])
487487
);

0 commit comments

Comments
 (0)