Skip to content
Snippets Groups Projects
Commit 655baa80 authored by Alex Reisner's avatar Alex Reisner Committed by GitHub
Browse files

Merge pull request #1133 from Hirurg103/master

Rename test case when there is no country in the yandex results
parents d58c35e0 f055a493
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class YandexTest < GeocoderTestCase
result.viewport
end
def test_yandex_empty_results
def test_yandex_no_country_in_results
result = Geocoder.search('black sea').first
assert_equal "", result.country_code
assert_equal "", result.country
......
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