Skip to content
Snippets Groups Projects
Commit d6a7b65c authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix: incorrect lookup used in test.

parent ce7d0571
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class YandexTest < GeocoderTestCase ...@@ -21,7 +21,7 @@ class YandexTest < GeocoderTestCase
end end
def test_yandex_query_url_contains_bbox def test_yandex_query_url_contains_bbox
lookup = Geocoder::Lookup::Google.new lookup = Geocoder::Lookup::Yandex.new
url = lookup.query_url(Geocoder::Query.new( url = lookup.query_url(Geocoder::Query.new(
"Some Intersection", "Some Intersection",
:bounds => [[40.0, -120.0], [39.0, -121.0]] :bounds => [[40.0, -120.0], [39.0, -121.0]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment