Skip to content

Commit 25258df

Browse files
author
Mikhail Bakulin
committed
Unit test is fixed according to new daemon restart functionality
1 parent 244c378 commit 25258df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/components/ConsumerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ public function testForceRestart()
279279
$channel = $this->getMockBuilder(AMQPChannel::class)
280280
->disableOriginalConstructor()
281281
->getMock();
282-
$channel->expects($this->once())
283-
->method('basic_cancel');
284282
$connection->method('channel')
285283
->willReturn($channel);
286284
$routing = $this->createMock(Routing::class);

0 commit comments

Comments
 (0)