diff options
Diffstat (limited to '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', |