Fixed tests

This commit is contained in:
Alex Renoki 2020-09-03 07:33:45 +03:00
parent ebfab2efd0
commit e9b85bbfc7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class PresenceChannelReplicationTest extends TestCase
$this->getPublishClient() $this->getPublishClient()
->assertCalledWithArgs('hset', [ ->assertCalledWithArgs('hset', [
'1234:presence-channel', 'laravel_database_1234:presence-channel',
$connection->socketId, $connection->socketId,
json_encode($channelData), json_encode($channelData),
]) ])