Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Mar 18, 2024
1 parent 0cdc580 commit 69e017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/Protocols/Pusher/Reverb/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@

it('rejects messages over the max allowed size', function () {
$connection = connect();

$response = send([
'event' => 'pusher:subscribe',
'data' => [
Expand All @@ -446,7 +446,7 @@

it('allows message within the max allowed size', function () {
$connection = connect(key: 'reverb-key-2');

$response = send([
'event' => 'pusher:subscribe',
'data' => [
Expand Down

0 comments on commit 69e017c

Please sign in to comment.