Skip to content

Commit

Permalink
test: fix offsetpager test
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Mar 31, 2024
1 parent 2b145a0 commit a6a261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/IntegrationTests/Pager/OffsetPagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public function testFourthLastPage(string $pageableGeneratorClass): void
hasPrevious: true,
hasNext: true,
hasFirst: true,
hasLast: false,
hasLast: true,
hasGapToFirstPage: true,
hasGapToLastPage: false,
numOfPreviousNeighboringPages: 2,
Expand Down

0 comments on commit a6a261f

Please sign in to comment.