From 5855303ee8c0917ed369dd11a4738c701ff02d47 Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 14 Mar 2014 21:23:55 -0400
Subject: [PATCH] Update tests.
This should have been part of bd37a24.
---
test/unit/lookups/smarty_streets_test.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unit/lookups/smarty_streets_test.rb b/test/unit/lookups/smarty_streets_test.rb
index 02591bff..8af30c0a 100644
--- a/test/unit/lookups/smarty_streets_test.rb
+++ b/test/unit/lookups/smarty_streets_test.rb
@@ -37,7 +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?
+ assert !result.zipcode_endpoint?
end
def test_smarty_streets_result_components_with_zipcode_only_query
@@ -45,7 +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?
+ assert result.zipcode_endpoint?
end
def test_no_results
--
GitLab