diff --git a/tests/PresenceChannelTest.php b/tests/PresenceChannelTest.php index d2298ac..e5a294b 100644 --- a/tests/PresenceChannelTest.php +++ b/tests/PresenceChannelTest.php @@ -170,7 +170,7 @@ class PresenceChannelTest extends TestCase $this->channelManager->getGlobalConnectionsCount('1234', 'presence-channel')->then(function ($total) { $this->assertEquals(0, $total); }); -} + } public function test_can_whisper_to_private_channel() {