diff --git a/tests/HttpApi/FetchChannelReplicationTest.php b/tests/HttpApi/FetchChannelReplicationTest.php index b6d4c3f..6d0a3d4 100644 --- a/tests/HttpApi/FetchChannelReplicationTest.php +++ b/tests/HttpApi/FetchChannelReplicationTest.php @@ -105,7 +105,8 @@ class FetchChannelReplicationTest extends TestCase $this->getPublishClient() ->assertCalled('hset') - ->assertCalled('hgetall'); + ->assertCalled('hgetall') + ->assertCalled('publish'); $this->assertSame([ 'occupied' => true,