Skip to content

Commit

Permalink
set address id
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 committed Nov 23, 2023
1 parent 7712f5b commit 0208abb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/cart/state/src/selectors/cart/cart.selector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ describe('Cart | Selector | Cart', () => {
...shippingMethodFactory.create(),
},
});
cart.shipping_information.address_id = String(cart.shipping_address.address_id);
loading = {
[DaffCartOperationType.Cart]: DaffState.Complete,
[DaffCartOperationType.Item]: DaffState.Complete,
Expand Down

0 comments on commit 0208abb

Please sign in to comment.