corrected failing tests

This commit is contained in:
--list
2021-07-05 08:35:15 +02:00
parent 38a59b2c2e
commit 243fbe7e79
2 changed files with 2 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ const defaultFields = [
"total",
"paid_total",
"refundable_amount",
"no_notification",
]
describe("GET /admin/orders", () => {

View File

@@ -114,6 +114,7 @@ describe("ClaimService", () => {
quantity: 1,
},
],
no_notification: true,
})
expect(withTransactionMock).toHaveBeenCalledWith("lineItem")