diff --git a/src/functions/customer/services/blocked/list.spec.ts b/src/functions/customer/services/blocked/list.spec.ts index 0076bc0c..5aac5dfe 100644 --- a/src/functions/customer/services/blocked/list.spec.ts +++ b/src/functions/customer/services/blocked/list.spec.ts @@ -27,7 +27,7 @@ describe("CustomerBlockedServiceList", () => { limit: 5, }); - expect(totalCount).toBe(5); + expect(totalCount).toBe(17); expect(firstPage.length).toBe(5); initialCursor = nextCursor;