Skip to content

Commit

Permalink
✅ Tests: Update "getCurrentPageInformation" test
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ committed Jul 7, 2024
1 parent edce112 commit 1114f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flibustaApiHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('FlibustaAPIHelper', () => {
expect(currentPageInformation).to.be.deep.equal({
hasNextPage: true,
hasPreviousPage: false,
totalPages: 5,
totalPages: 6,
});
});
});
Expand Down

0 comments on commit 1114f23

Please sign in to comment.