diff --git a/lib/active_utils/country.rb b/lib/active_utils/country.rb index a88b3a4..76b9728 100644 --- a/lib/active_utils/country.rb +++ b/lib/active_utils/country.rb @@ -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? diff --git a/test/unit/country_test.rb b/test/unit/country_test.rb index c9c4982..8b75ad5 100644 --- a/test/unit/country_test.rb +++ b/test/unit/country_test.rb @@ -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