diff --git a/test/unit/lookups/yandex_test.rb b/test/unit/lookups/yandex_test.rb index 09be792944e3823e10539f508d484c94571940f3..45c4c26cb2ae5bbc86cb0fe8b5fbd93b0c76d961 100644 --- a/test/unit/lookups/yandex_test.rb +++ b/test/unit/lookups/yandex_test.rb @@ -21,7 +21,7 @@ class YandexTest < GeocoderTestCase end def test_yandex_query_url_contains_bbox - lookup = Geocoder::Lookup::Google.new + lookup = Geocoder::Lookup::Yandex.new url = lookup.query_url(Geocoder::Query.new( "Some Intersection", :bounds => [[40.0, -120.0], [39.0, -121.0]]