Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Dec 22, 2023
1 parent 16ee9ec commit ad54635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/FakeConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public function assertReceived(array $message): void
*/
public function assertReceivedCount(int $count): void
{
dump($this->messages);
Assert::assertCount($count, $this->messages);
}

Expand Down

0 comments on commit ad54635

Please sign in to comment.