Skip to content

Commit 57dc671

Browse files
committed
fix conflicts
2 parents 0906304 + 03af674 commit 57dc671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DashboardTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public function test_authenticated_users_can_visit_the_dashboard()
1919
{
2020
$this->actingAs($user = User::factory()->create());
2121

22-
$this->get('/dashboard')->assertStatus(200);
22+
$this->get('/dashboard')->assertOk();
2323
}
2424
}

0 commit comments

Comments
 (0)