Skip to content

Commit cbb28dc

Browse files
committed
Fixed failing test?
1 parent 91db347 commit cbb28dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Adapters/AmqpQueueTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function testAdapterQueue()
4747
$event = new DummyEvent();
4848
$this->producer->push($event);
4949

50-
$this->assertTrue($this->producer->hasElements());
5150
$this->assertEquals($event, $this->consumer->pop());
5251
}
5352

0 commit comments

Comments
 (0)