Skip to content

Commit

Permalink
Updating for happo
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryKleinjanCACI committed Jun 11, 2024
1 parent 938456f commit 79871b9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/pages/MyMove/Home/index.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,20 @@ const approvedPPMShipment = {
updatedAt: approvedDate.toISOString(),
eTag: window.btoa(approvedDate.toISOString()),
pickupAddress: {
streetAddress1: '123 Any St',
city: 'Anytown',
state: 'AK',
postalCode: '90210',
streetAddress1: '1 Test Street',
streetAddress2: '2 Test Street',
streetAddress3: '3 Test Street',
city: 'Pickup Test City',
state: 'NY',
postalCode: '10001',
},
destinationAddress: {
streetAddress1: '123 Any St',
city: 'Anytown',
state: 'AK',
postalCode: '90210',
streetAddress1: '1 Test Street',
streetAddress2: '2 Test Street',
streetAddress3: '3 Test Street',
city: 'Destination Test City',
state: 'NY',
postalCode: '11111',
},
},
updatedAt: approvedDate.toISOString(),
Expand Down

0 comments on commit 79871b9

Please sign in to comment.