Skip to content

Commit

Permalink
fixed test to support zipcode instead of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
AhamedWahid authored Mar 30, 2017
1 parent 22d236c commit 47b032b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_billing_address_fields
assert_equal '666, Wooo', @helper.fields['address1']
assert_equal 'EEE Street', @helper.fields['address2']
assert_equal 'New Delhi', @helper.fields['state']
assert_equal '110001', @helper.fields['zip']
assert_equal '110001', @helper.fields['zipcode']
assert_equal 'india', @helper.fields['country']
end

Expand Down

0 comments on commit 47b032b

Please sign in to comment.