Skip to content

Commit

Permalink
Bugfix: fixes typo in SimplePagerTest::testLastPage (#8206)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvhirsch authored Nov 13, 2024
1 parent 672a614 commit 4cae782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Datagrid/SimplePagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 4cae782

Please sign in to comment.