Skip to content

Commit

Permalink
Test G:C:F in array contest
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 21, 2019
1 parent 4a2b17d commit c56ae1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/free.t
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ FREE: {
cmp_deeply($location,
methods('lat' => num(51.38, 1e-2), 'long' => num(1.39, 1e-2)));

cmp_deeply($geo_coder_list->geocode(location => 'Herne Bay, Kent, England'),
my @locations = $geo_coder_list->geocode(location => 'Herne Bay, Kent, England');
cmp_deeply($locations[0],
methods('lat' => num(51.38, 1e-2), 'long' => num(1.13, 1e-2)));
}
}

0 comments on commit c56ae1e

Please sign in to comment.