Skip to content

Commit 0c82c65

Browse files
committed
formatting
1 parent 266aa0f commit 0c82c65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/Auth/AuthenticationTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ public function test_users_can_logout(): void
5454

5555
$response = $this->actingAs($user)->post('/logout');
5656

57-
$this->assertGuest();
5857
$response->assertRedirect('/');
58+
59+
$this->assertGuest();
5960
}
6061
}

0 commit comments

Comments
 (0)