fix: typo in an assertion

This commit is contained in:
fPolic
2022-02-21 15:26:28 +01:00
parent ecd6ed820e
commit f21454970c

View File

@@ -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 () => {