diff --git a/tests/BroadcastingTest.php b/tests/BroadcastingTest.php index c51848d3..3c008271 100644 --- a/tests/BroadcastingTest.php +++ b/tests/BroadcastingTest.php @@ -192,4 +192,4 @@ test('reverb driver triggers tenant context binding', function() { // Assert the broadcaster instance was swapped expect($currentBroadcaster)->not->toBe($centralBroadcaster); expect($currentBroadcaster->message)->toBe('tenant_instance'); -}); \ No newline at end of file +});