From 9d7f03d1736ff61af5761cac028bbfd6051920b7 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 26 Nov 2018 00:20:33 +0100 Subject: [PATCH] wip --- tests/ConnectionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ConnectionTest.php b/tests/ConnectionTest.php index 7246b85..b39a063 100644 --- a/tests/ConnectionTest.php +++ b/tests/ConnectionTest.php @@ -69,7 +69,7 @@ class ConnectionTest extends TestCase } /** @test */ - public function clients_can_subscribe_to_channels() + public function clients_can_subscribe_to_basic_channels() { /** @var PusherServer $server */ $server = app(PusherServer::class);