Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon authored and github-actions[bot] committed Nov 20, 2023
1 parent ee9937f commit 43b8a8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/Reverb/EventsControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
]));
expect(await($promiseOne))->toBe('{"event":"NewEvent","data":{"some":"data"},"channel":"test-channel-two"}');


$promiseTwo = $this->messagePromise($connection);
$response = await($this->signedPostRequest('events', [
'name' => 'NewEvent',
Expand Down

0 comments on commit 43b8a8f

Please sign in to comment.