Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/active_utils/country.rb
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def to_s
COUNTRIES_THAT_DO_NOT_USE_POSTALCODES = %w(
QA BZ BS BF BJ AG AE AI AO AW HK
FJ ML MW JM ZW YE UG TV TT TG TD PA
CW GH SS BO
CW GH SS BO VU
)

def uses_postal_codes?
Expand Down
2 changes: 1 addition & 1 deletion test/unit/country_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_countries_that_do_not_use_postalcodes_are_unique

def test_change_to_countries_that_do_not_use_postalcodes_is_intentional
country_codes = Country::COUNTRIES_THAT_DO_NOT_USE_POSTALCODES
assert_equal(country_codes.length, 27)
assert_equal(country_codes.length, 28)
end

def test_canada_uses_postal_codes
Expand Down