Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth committed Jul 11, 2024
1 parent ee31881 commit bbd1233
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ describe('Custom deliveries', () => {
"unix_millis_action_duration_estimate": 60000,
"category": "delivery_pickup",
"description": {
"cart_id": "test_first_cart_id",
"cart_id": "",
"pickup_lot": "test_first_pickup_lot"
}
}
Expand Down Expand Up @@ -580,7 +580,7 @@ describe('Custom deliveries', () => {
"unix_millis_action_duration_estimate": 60000,
"category": "delivery_pickup",
"description": {
"cart_id": "test_second_cart_id",
"cart_id": "",
"pickup_lot": "test_second_pickup_lot"
}
}
Expand Down

0 comments on commit bbd1233

Please sign in to comment.