Skip to content

Commit

Permalink
ARCH-414 Fix the tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Namaka committed Nov 15, 2024
1 parent 293f824 commit afd6911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function testReceivesMessagesInBlockingMode()

$transport->pull(function (Envelope $envelope) use ($decodedMessage): bool {
$this->assertSame($decodedMessage, $envelope->getMessage());
return null;
return true;
});
}

Expand Down

0 comments on commit afd6911

Please sign in to comment.