Skip to content

Commit

Permalink
delete var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed Mar 20, 2024
1 parent 3b28488 commit f94d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dailymail_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function test_delivery_not_enrolled(): void {
$this->helper_run_send_daily_mail();
$messages = $this->sink->count();
$content = $this->sink->get_messages();
var_dump($content);

// There should be 2 mails.
$this->assertEquals(2, $messages);

Expand Down

0 comments on commit f94d028

Please sign in to comment.