fix: typo in an assertion
This commit is contained in:
@@ -120,7 +120,7 @@ describe("/admin/customer-groups", () => {
|
|||||||
name: "vip-customers",
|
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 () => {
|
it("gets customer group with `customers` prop", async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user