diff options
author | Mark Wells <mark@freeside.biz> | 2014-11-30 13:01:27 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-11-30 13:01:27 -0800 |
commit | 83646ffc2d229a706bdf3f90bf3cc8834c03106f (patch) | |
tree | 8905058d84afd2ab8b2bee1462801a609fa7019b /t/01-lookup.t | |
parent | 2abefcaec0a7fbc3f320e0c251de81144ca6bd93 (diff) |
adjustments
Diffstat (limited to 't/01-lookup.t')
-rw-r--r-- | t/01-lookup.t | 2 |
1 files changed, 1 insertions, 1 deletions
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', |