diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index d930a03e..486dc271 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -18,6 +18,6 @@ public function testBasicTest() { $response = $this->get('/'); - $response->assertHasStatus(200); + $response->assertStatus(200); } }