Skip to content

Commit afd6911

Browse files
author
Oleg Namaka
committed
ARCH-414 Fix the tests again
1 parent 293f824 commit afd6911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testReceivesMessagesInBlockingMode()
7979

8080
$transport->pull(function (Envelope $envelope) use ($decodedMessage): bool {
8181
$this->assertSame($decodedMessage, $envelope->getMessage());
82-
return null;
82+
return true;
8383
});
8484
}
8585

0 commit comments

Comments
 (0)