diff --git a/test/unit/lookups/yandex_test.rb b/test/unit/lookups/yandex_test.rb
index f6357ed0a84ad69ac6c46581dc5dbdf31c7ce040..9bf36c80342076bb03229df8654bc6e19443f0df 100644
--- a/test/unit/lookups/yandex_test.rb
+++ b/test/unit/lookups/yandex_test.rb
@@ -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