diff --git a/test/unit/lookups/smarty_streets_test.rb b/test/unit/lookups/smarty_streets_test.rb
index fe666d1d262b8ed503e5f469b1250b7954647ce1..02591bff0c86bc77b8c97e5b53318d51a1121139 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