fix(core-flows,order): return damaged items (#8818)

This commit is contained in:
Carlos R. L. Rodrigues
2024-08-27 11:21:10 -03:00
committed by GitHub
parent 0c4f4c8a11
commit ff6fcfb139
5 changed files with 56 additions and 0 deletions

View File

@@ -973,6 +973,7 @@ medusaIntegrationTestRunner({
items: [
expect.objectContaining({
received_quantity: 2,
damaged_quantity: 1,
}),
],
})