Skip to content

Commit

Permalink
Update RouteTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KNaveenraj-ladybird authored Oct 25, 2023
1 parent ab91044 commit 4af5ab5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/RouteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ public function test_store_user()
$this->actingAs($user);

$this->assertAuthenticated();

$this->assertDatabaseMissing('users', ['email' => $email]);

}
}

0 comments on commit 4af5ab5

Please sign in to comment.