Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Apr 18, 2024
1 parent 40e359e commit b41fb91
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public function testMaker(): void
'reset_password_request_form[email]' => 'me@example.com',
]);

// Ensure the reset password email was sent
// Use either assertQueuedEmailCount() || assertEmailCount() depending on your mailer setup
// self::assertQueuedEmailCount(1);
self::assertEmailCount(1);

Expand Down

0 comments on commit b41fb91

Please sign in to comment.