diff options
author | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-03-04 12:10:04 -0800 |
commit | c16e8ca7ab01db1321d407a8eba212440b0c97c9 (patch) | |
tree | 91129c285ec04914f2f33198cde83a69900016e5 /t/02-fail.t | |
parent | 83646ffc2d229a706bdf3f90bf3cc8834c03106f (diff) |
switch to CSV API for better reliability, prepare 0.01 release
Diffstat (limited to 't/02-fail.t')
-rw-r--r-- | t/02-fail.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/02-fail.t b/t/02-fail.t index 72fc6da..39b9f1f 100644 --- a/t/02-fail.t +++ b/t/02-fail.t @@ -12,5 +12,6 @@ my $result = Geo::USCensus::Geocoding->query( zip => '95814', ); -is( $result->matches, 0, 'number of matches' ); +ok( !$result->is_match ); +diag( $result->content ); |