Skip to content

Commit

Permalink
- Update "incorrect address" fixture (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Jan 5, 2024
1 parent e7b0cad commit 036f84c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions official/fixtures/client-library-fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
},
"incorrect": {
"company": "EasyPost",
"street1": "417 montgomery street",
"street2": "FL 5",
"city": "San Francisco",
"state": "CA",
"zip": "94104",
"street1": "000 unknown street",
"city": "Not A City",
"state": "ZZ",
"zip": "00001",
"country": "US",
"email": "[email protected]",
"phone": "5555555555"
Expand Down

0 comments on commit 036f84c

Please sign in to comment.