corrected failing tests
This commit is contained in:
@@ -62,6 +62,7 @@ const defaultFields = [
|
||||
"total",
|
||||
"paid_total",
|
||||
"refundable_amount",
|
||||
"no_notification",
|
||||
]
|
||||
|
||||
describe("GET /admin/orders", () => {
|
||||
|
||||
@@ -114,6 +114,7 @@ describe("ClaimService", () => {
|
||||
quantity: 1,
|
||||
},
|
||||
],
|
||||
no_notification: true,
|
||||
})
|
||||
|
||||
expect(withTransactionMock).toHaveBeenCalledWith("lineItem")
|
||||
|
||||
Reference in New Issue
Block a user