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

Commit 4ae3d81

Browse files
committed
assert publish
1 parent 04cc2e7 commit 4ae3d81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/HttpApi/FetchChannelReplicationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ public function replication_it_returns_presence_channel_information()
105105

106106
$this->getPublishClient()
107107
->assertCalled('hset')
108-
->assertCalled('hgetall');
108+
->assertCalled('hgetall')
109+
->assertCalled('publish');
109110

110111
$this->assertSame([
111112
'occupied' => true,

0 commit comments

Comments
 (0)