Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues committed Aug 5, 2024
1 parent 2c2023e commit 3c9b587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/modules/__tests__/cart/store/carts.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ medusaIntegrationTestRunner({
adjustments: [
expect.objectContaining({
code: "PROMOTION_APPLIED",
amount: 180,
amount: 177.86561264822134,
}),
],
}),
Expand All @@ -1414,7 +1414,7 @@ medusaIntegrationTestRunner({
expect.objectContaining({
id: expect.not.stringContaining(lineItemAdjustment.id),
code: "PROMOTION_APPLIED",
amount: 120,
amount: 122.13438735177866,
}),
],
}),
Expand Down

0 comments on commit 3c9b587

Please sign in to comment.