attempt to fix tests p2

This commit is contained in:
Godfrey M
2024-10-17 13:34:55 -07:00
parent dceb8e305f
commit cdd4fef7df
8 changed files with 26 additions and 16 deletions
@@ -19,7 +19,7 @@ class EmailNotificationsUponCheckinTest extends TestCase
{
parent::setUp();
Notification::fake();
Mail::fake();
}
public function testCheckInEmailSentToUserIfSettingEnabled()