From fd8998cb7a6d8fa270481c0d969f55280256a8c2 Mon Sep 17 00:00:00 2001 From: Jamal Soueidan Date: Tue, 5 Mar 2024 09:42:51 +0100 Subject: [PATCH] Update expected totalCount to 17 in customer blocked service list tests --- src/functions/customer/services/blocked/list.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;