mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Add assertion
This commit is contained in:
parent
7e9c564d0b
commit
7cbb3f7e07
|
@ -26,6 +26,8 @@ class AssetAcceptanceReminderTest extends TestCase
|
|||
$this->actingAs($userWithoutPermission)
|
||||
->post($this->routeFor($checkoutAcceptance))
|
||||
->assertForbidden();
|
||||
|
||||
Mail::assertNotSent(CheckoutAssetMail::class);
|
||||
}
|
||||
|
||||
public function testReminderNotSentIfAcceptanceDoesNotExist()
|
||||
|
|
Loading…
Reference in a new issue