Update test with street name

This commit is contained in:
JennyNou 2026-03-26 09:54:30 -04:00
parent 0d1e553248
commit eb4d3415fb

View file

@ -15,7 +15,7 @@ const customerDetails: ICustomerDetails = {
phoneNumber: '614-531-0031',
notes: 'Automated Test',
address: {
street: faker.location.streetAddress(),
street: '5273 Berrywood Dr',
city: 'Columbus',
state: 'OH',
postalCode: '43220',