diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 2a4a09ee..8364a84e 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -14,6 +14,6 @@ class ExampleTest extends TestCase { $response = $this->get('/'); - $response->assertOk(); + $response->assertStatus(200); } }