Update test with street name
This commit is contained in:
parent
0d1e553248
commit
eb4d3415fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue