Skip to content

Commit

Permalink
Unit test is fixed according to new daemon restart functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Bakulin committed Feb 27, 2019
1 parent 244c378 commit 25258df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/components/ConsumerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ public function testForceRestart()
$channel = $this->getMockBuilder(AMQPChannel::class)
->disableOriginalConstructor()
->getMock();
$channel->expects($this->once())
->method('basic_cancel');
$connection->method('channel')
->willReturn($channel);
$routing = $this->createMock(Routing::class);
Expand Down

0 comments on commit 25258df

Please sign in to comment.