Skip to content

Commit

Permalink
fix(test): fix US verification test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kwong committed Sep 8, 2017
1 parent 20599ed commit a0f1092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/usVerifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('us_verifications', function () {

it('verifies an address', function (done) {
Lob.usVerifications.verify({
primary_line: '185 Berry St Ste 66000',
primary_line: '185 Berry St Ste 6600',
city: 'San Francisco',
state: 'CA',
zip_code: '94107'
Expand Down

0 comments on commit a0f1092

Please sign in to comment.