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',
|
phoneNumber: '614-531-0031',
|
||||||
notes: 'Automated Test',
|
notes: 'Automated Test',
|
||||||
address: {
|
address: {
|
||||||
street: faker.location.streetAddress(),
|
street: '5273 Berrywood Dr',
|
||||||
city: 'Columbus',
|
city: 'Columbus',
|
||||||
state: 'OH',
|
state: 'OH',
|
||||||
postalCode: '43220',
|
postalCode: '43220',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue