diff --git a/test/unit/lookups/smarty_streets_test.rb b/test/unit/lookups/smarty_streets_test.rb index f797f21ffe753f261d5f0b858b71e24aca961f88..d561502e0df66e852d47a01f710ddf52cc75b2dd 100644 --- a/test/unit/lookups/smarty_streets_test.rb +++ b/test/unit/lookups/smarty_streets_test.rb @@ -37,6 +37,7 @@ class SmartyStreetsTest < GeocoderTestCase assert_equal "1703", result.zip4 assert_equal "New York", result.city assert_equal "36061", result.fips + assert !result.zipcode_result? end def test_smarty_streets_result_components_with_zipcode_only_query @@ -44,6 +45,7 @@ class SmartyStreetsTest < GeocoderTestCase assert_equal "Brooklyn", result.city assert_equal "New York", result.state assert_equal "NY", result.state_code + assert result.zipcode_result? end def test_no_results