Add assertion
This commit is contained in:
parent
7e9c564d0b
commit
7cbb3f7e07
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ class AssetAcceptanceReminderTest extends TestCase
|
|||
$this->actingAs($userWithoutPermission)
|
||||
->post($this->routeFor($checkoutAcceptance))
|
||||
->assertForbidden();
|
||||
|
||||
Mail::assertNotSent(CheckoutAssetMail::class);
|
||||
}
|
||||
|
||||
public function testReminderNotSentIfAcceptanceDoesNotExist()
|
||||
|
|
Loading…
Add table
Reference in a new issue