From 83646ffc2d229a706bdf3f90bf3cc8834c03106f Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sun, 30 Nov 2014 13:01:27 -0800 Subject: adjustments --- t/01-lookup.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/01-lookup.t') diff --git a/t/01-lookup.t b/t/01-lookup.t index 11c8b37..ad780e2 100644 --- a/t/01-lookup.t +++ b/t/01-lookup.t @@ -6,7 +6,7 @@ use Geo::USCensus::Geocoding; diag( "Testing lookup of a known good address" ); my $result = Geo::USCensus::Geocoding->query( - street => '1526 H St', # the California Governor's Mansion + street => '1400 J St', # the Sacramento Convention Center city => 'Sacramento', state => 'CA', zip => '95814', -- cgit v1.2.1