From 4ae3d816758ba8ad4f315a773240fd35d1da682b Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Fri, 14 Aug 2020 16:18:01 +0300 Subject: [PATCH] assert publish --- tests/HttpApi/FetchChannelReplicationTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,