From f21454970c156c628cfe9a2096b4d3e14b65ad1b Mon Sep 17 00:00:00 2001 From: fPolic Date: Mon, 21 Feb 2022 15:26:28 +0100 Subject: [PATCH] fix: typo in an assertion --- integration-tests/api/__tests__/admin/customer-groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/api/__tests__/admin/customer-groups.js b/integration-tests/api/__tests__/admin/customer-groups.js index e1b5af2777..f3cd65de4b 100644 --- a/integration-tests/api/__tests__/admin/customer-groups.js +++ b/integration-tests/api/__tests__/admin/customer-groups.js @@ -120,7 +120,7 @@ describe("/admin/customer-groups", () => { name: "vip-customers", }) ) - expect(response.data.customerGroup).not.toHaveProperty("customers:") + expect(response.data.customerGroup).not.toHaveProperty("customers") }) it("gets customer group with `customers` prop", async () => {