We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20d7ef commit 09e89cfCopy full SHA for 09e89cf
tests/Integration/Broadcasting/BroadcastManagerTest.php
@@ -46,7 +46,7 @@ public function testUniqueEventsCanBeBroadcast()
46
47
Bus::assertNotDispatched(UniqueBroadcastEvent::class);
48
Queue::assertPushed(UniqueBroadcastEvent::class);
49
-
+
50
$lockKey = 'laravel_unique_job:'.UniqueBroadcastEvent::class.TestEventUnique::class;
51
$this->assertTrue($this->app->get(Cache::class)->lock($lockKey, 10)->get());
52
}
0 commit comments