Merge branch 'master' of github.com:beyondcode/laravel-websockets

This commit is contained in:
freek 2018-12-03 14:07:26 +01:00
commit ce9da0d0f0
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class ChannelTest extends TestCase
/** @test */
public function it_responds_correctly_to_the_ping_message()
{
$connection = $this->getWebSocketConnection();
$connection = $this->getConnectedWebSocketConnection();
$message = new Message(json_encode([
'event' => 'pusher:ping',