Skip to content

Commit 09e89cf

Browse files
committed
Apply fixes from StyleCI
1 parent d20d7ef commit 09e89cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Broadcasting/BroadcastManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testUniqueEventsCanBeBroadcast()
4646

4747
Bus::assertNotDispatched(UniqueBroadcastEvent::class);
4848
Queue::assertPushed(UniqueBroadcastEvent::class);
49-
49+
5050
$lockKey = 'laravel_unique_job:'.UniqueBroadcastEvent::class.TestEventUnique::class;
5151
$this->assertTrue($this->app->get(Cache::class)->lock($lockKey, 10)->get());
5252
}

0 commit comments

Comments
 (0)