summaryrefslogtreecommitdiff
path: root/t/01-lookup.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-lookup.t')
-rw-r--r--t/01-lookup.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/01-lookup.t b/t/01-lookup.t
index 6a3fb15..212ec4a 100644
--- a/t/01-lookup.t
+++ b/t/01-lookup.t
@@ -16,4 +16,5 @@ ok( $result->is_match );
is( $result->error_message, '', 'error status' );
diag($result->address);
diag('Census tract '.$result->censustract);
+diag('Latitude '.$result->latitude.', Longitude '.$result->longitude);