Skip to content

Commit

Permalink
fix case-sensitive typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdstock committed Feb 2, 2024
1 parent a6cbb3c commit e429d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jest.mock("Apps/Order/Routes/Shipping2/Hooks/useShippingContext", () => {
}
})

jest.mock("Apps/Order/routes/Shipping2/Hooks/useUserAddressUpdates", () => {
jest.mock("Apps/Order/Routes/Shipping2/Hooks/useUserAddressUpdates", () => {
return {
useUserAddressUpdates: () => ({
executeUserAddressAction: mockExecuteUserAddressAction,
Expand Down

0 comments on commit e429d41

Please sign in to comment.