Fixed tests
This commit is contained in:
parent
ebfab2efd0
commit
e9b85bbfc7
|
|
@ -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),
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue