Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Apr 16, 2024
1 parent 6c66cf6 commit 3b2bf82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ public function testSendViaANonDefaultConnection()

public function testSendToOthersOnly()
{
$this->app['request']->headers->add(['X-Socket-ID' => '12345']);

EventFacade::fake();

$this->app['request']->headers->add(['X-Socket-ID' => '12345']);

BroadcastFacade::on('test-channel')->send();

EventFacade::assertDispatched(AnonymousBroadcastable::class, function ($event) {
Expand Down

0 comments on commit 3b2bf82

Please sign in to comment.