Skip to content

Commit

Permalink
Update expected totalCount to 17 in customer blocked service list tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamalsoueidan committed Mar 5, 2024
1 parent 885effa commit fd8998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/customer/services/blocked/list.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe("CustomerBlockedServiceList", () => {
limit: 5,
});

expect(totalCount).toBe(5);
expect(totalCount).toBe(17);
expect(firstPage.length).toBe(5);
initialCursor = nextCursor;

Expand Down

0 comments on commit fd8998c

Please sign in to comment.