From 47991fe736aa1304826c778d479bfb680af45ceb Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 22 Mar 2026 11:44:21 +0100 Subject: [PATCH] Removed unused Test --- tests/Feature/ExampleTest.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/Feature/ExampleTest.php diff --git a/tests/Feature/ExampleTest.php b/tests/Feature/ExampleTest.php deleted file mode 100644 index 943c874..0000000 --- a/tests/Feature/ExampleTest.php +++ /dev/null @@ -1,18 +0,0 @@ -get(route('home')); - - // $response->assertOk(); - // } -}