Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit e9b85bb

Browse files
committed
Fixed tests
1 parent ebfab2e commit e9b85bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Channels/PresenceChannelReplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function clients_with_valid_auth_signatures_can_join_presence_channels()
4646

4747
$this->getPublishClient()
4848
->assertCalledWithArgs('hset', [
49-
'1234:presence-channel',
49+
'laravel_database_1234:presence-channel',
5050
$connection->socketId,
5151
json_encode($channelData),
5252
])

0 commit comments

Comments
 (0)