diff --git a/test/lookup_test.rb b/test/lookup_test.rb
index 190f638a855396fbffadbfe620b103b656999cf6..aa8ea2fdcbb45edcfe381ac262866e83656758b3 100644
--- a/test/lookup_test.rb
+++ b/test/lookup_test.rb
@@ -31,7 +31,7 @@ class LookupTest < Test::Unit::TestCase
     end
   end
 
-  def test_warns_about_invalid_key
+  def test_returns_empty_array_on_invalid_key
     # keep test output clean: suppress timeout warning
     orig = $VERBOSE; $VERBOSE = nil
     #Geocoder::Lookup.all_services_except_test.each do |l|