fixed address for big truck location
This commit is contained in:
parent
c49228220d
commit
5925f07653
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const insuranceBigTruckVerifiedData: Partial<ITestData> = {
|
||||||
// Override for in-shop appointment
|
// Override for in-shop appointment
|
||||||
appointmentDetails: {
|
appointmentDetails: {
|
||||||
serviceLocation: AppointmentType.InShop,
|
serviceLocation: AppointmentType.InShop,
|
||||||
shopAddress: '504 Malcolm Ave SE, Minneapolis, MN 55414',
|
shopAddress: '504 Malcolm Ave Se, Minneapolis, MN 55414',
|
||||||
appointmentDate: getDefaultTestData().appointmentDetails?.appointmentDate
|
appointmentDate: getDefaultTestData().appointmentDetails?.appointmentDate
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue