From 80eb4e3557e7644e9618e29f18b3f07431f5b223 Mon Sep 17 00:00:00 2001 From: clayton Date: Thu, 21 Sep 2023 20:57:45 -0700 Subject: [PATCH] Fix test name lol --- tests/Controllers/GroupHistoryControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Controllers/GroupHistoryControllerTest.php b/tests/Controllers/GroupHistoryControllerTest.php index f09ab0907eb..0a6da95043a 100644 --- a/tests/Controllers/GroupHistoryControllerTest.php +++ b/tests/Controllers/GroupHistoryControllerTest.php @@ -56,7 +56,7 @@ public function testIndexIncludesHiddenEventsWhenInGroup(): void $this->assertContains($event->getKey(), $responseEventIds); } - public function textIndexListsEvents(): void + public function testIndexListsEvents(): void { $event = UserGroupEvent::factory()->create();