chore(order): cancel order (#7586)
This commit is contained in:
committed by
GitHub
parent
fdd9022376
commit
122186a78d
@@ -299,7 +299,7 @@ moduleIntegrationTestRunner({
|
||||
{}
|
||||
)
|
||||
|
||||
expect(result).rejects.toThrow(
|
||||
await expect(result).rejects.toThrow(
|
||||
"Method calculatePrices requires currency_code in the pricing context"
|
||||
)
|
||||
|
||||
@@ -308,7 +308,7 @@ moduleIntegrationTestRunner({
|
||||
{ context: { region_id: "DE" } }
|
||||
)
|
||||
|
||||
expect(result).rejects.toThrow(
|
||||
await expect(result).rejects.toThrow(
|
||||
"Method calculatePrices requires currency_code in the pricing context"
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user