diff --git a/tests/Datagrid/SimplePagerTest.php b/tests/Datagrid/SimplePagerTest.php index 3feee961c1..40703969dc 100644 --- a/tests/Datagrid/SimplePagerTest.php +++ b/tests/Datagrid/SimplePagerTest.php @@ -89,7 +89,7 @@ public function testInitOffset(): void static::assertSame(23, $this->pager->countResults()); } - public function testLasPage(): void + public function testLastPage(): void { $this->proxyQuery->expects(static::once()) ->method('execute')