Skip to content

Commit

Permalink
add prop street_address to fix the Addresses.spec (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividVeloso committed Nov 10, 2020
1 parent e8de1cb commit ca0be57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/resources/Addresses.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ var addressData = {
last_name: 'Foster',
locality: 'Chicago',
postal_code: '2904',
street_address: '311 W Superior Street'
};

describe('Addresses Resource', function () {
Expand Down

0 comments on commit ca0be57

Please sign in to comment.