Parcourir la source

Fix copy pasta in test

Marcin Wyszynski il y a 9 ans
Parent
commit
cb81314b1b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ruby/tests/basic.rb

+ 1 - 1
ruby/tests/basic.rb

@@ -1189,7 +1189,7 @@ module BasicTest
     def test_respond_to
     def test_respond_to
       msg = MapMessage.new
       msg = MapMessage.new
       assert msg.respond_to?(:map_string_int32)
       assert msg.respond_to?(:map_string_int32)
-      assert_false msg.respond_to?(:map_string_int32)
+      assert_false msg.respond_to?(:bacon)
     end
     end
   end
   end
 end
 end