Removed unused test

This commit is contained in:
2026-03-22 11:20:45 +01:00
parent 8af26db16c
commit 87aa942e0b

View File

@@ -9,10 +9,10 @@ class ExampleTest extends TestCase
{ {
use RefreshDatabase; use RefreshDatabase;
public function test_returns_a_successful_response() // public function test_returns_a_successful_response()
{ // {
$response = $this->get(route('home')); // $response = $this->get(route('home'));
$response->assertOk(); // $response->assertOk();
} // }
} }