Add assertion

This commit is contained in:
Marcus Moore 2025-01-30 11:48:55 -08:00
parent 7e9c564d0b
commit 7cbb3f7e07
No known key found for this signature in database

View file

@ -26,6 +26,8 @@ class AssetAcceptanceReminderTest extends TestCase
$this->actingAs($userWithoutPermission)
->post($this->routeFor($checkoutAcceptance))
->assertForbidden();
Mail::assertNotSent(CheckoutAssetMail::class);
}
public function testReminderNotSentIfAcceptanceDoesNotExist()