Commit a9d8c1e1 authored by Viral Solani's avatar Viral Solani Committed by StyleCI Bot

Apply fixes from StyleCI

parent 08d5fe03
......@@ -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