Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
cl8n committed Sep 22, 2023
1 parent 16270f9 commit 80eb4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controllers/GroupHistoryControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 80eb4e3

Please sign in to comment.