Skip to content

Commit 66fc535

Browse files
committed
[amqp] make sure messages were acked.
1 parent 28ff651 commit 66fc535

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Amqp/BasicConsumeFromAllSubscribedQueuesSpec.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ public function test()
6565
],
6666
$actualQueues
6767
);
68+
69+
$this->assertEquals(0, $context->declareQueue($fooQueue));
70+
$this->assertEquals(0, $context->declareQueue($barQueue));
6871
}
6972

7073
/**

0 commit comments

Comments
 (0)