Unverified Commit 1c8fb630 authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #136 from viralsolani/analysis-z9eQww

Apply fixes from StyleCI
parents 08d5fe03 a9d8c1e1
......@@ -290,7 +290,7 @@ class ManageUsersTest extends TestCase
$this->assertDatabaseMissing(config('access.users_table'), [
'name' => $user->first_name,
'id' => $user->id
'id' => $user->id,
]);
Event::assertDispatched(UserDeleted::class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment