Skip to content

Commit 4342d61

Browse files
committed
Fix test method name
1 parent 0b5c912 commit 4342d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Settings/PaginationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function testUpdatePagination(): void
3737
self::assertSame(['maxTotalHits' => 100], $this->index->getPagination());
3838
}
3939

40-
public function testResetRankingRules(): void
40+
public function testResetPagination(): void
4141
{
4242
$promise = $this->index->updatePagination(['maxTotalHits' => 100]);
4343

0 commit comments

Comments
 (0)