From f32bf35c2213eb7054db958e33283f14207ddcbe Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 5 Jul 2024 10:50:03 +0100 Subject: [PATCH] Fixed another rename :-/ Signed-off-by: snipe --- tests/Feature/Locations/Api/IndexLocationsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Locations/Api/IndexLocationsTest.php b/tests/Feature/Locations/Api/IndexLocationsTest.php index 38857a7607..7b3b104638 100644 --- a/tests/Feature/Locations/Api/IndexLocationsTest.php +++ b/tests/Feature/Locations/Api/IndexLocationsTest.php @@ -8,7 +8,7 @@ use App\Models\User; use Illuminate\Testing\Fluent\AssertableJson; use Tests\TestCase; -class LocationIndexTest extends TestCase +class IndexLocationsTest extends TestCase { public function testViewingLocationIndexRequiresAuthentication() {