diff --git a/tests/Feature/Protocols/Pusher/Reverb/ChannelControllerTest.php b/tests/Feature/Protocols/Pusher/Reverb/ChannelControllerTest.php index 728c014c..ca397ec0 100644 --- a/tests/Feature/Protocols/Pusher/Reverb/ChannelControllerTest.php +++ b/tests/Feature/Protocols/Pusher/Reverb/ChannelControllerTest.php @@ -94,7 +94,7 @@ it('can gather presence channel attributes', function () { $this->usingRedis(); - + subscribe('presence-test-channel-one', ['id' => 123]); subscribe('presence-test-channel-one', ['id' => 123]);