From 4cae78214f99857e9091173a414a68fa68b584b8 Mon Sep 17 00:00:00 2001 From: Michael Hirschler Date: Wed, 13 Nov 2024 11:20:42 +0100 Subject: [PATCH] Bugfix: fixes typo in `SimplePagerTest::testLastPage` (#8206) --- tests/Datagrid/SimplePagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')