diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php index 77932df..943c874 100644 --- a/tests/Feature/ExampleTest.php +++ b/tests/Feature/ExampleTest.php @@ -9,10 +9,10 @@ class ExampleTest extends TestCase { use RefreshDatabase; - public function test_returns_a_successful_response() - { - $response = $this->get(route('home')); + // public function test_returns_a_successful_response() + // { + // $response = $this->get(route('home')); - $response->assertOk(); - } + // $response->assertOk(); + // } }