Marcin Wyszynski пре 9 година
родитељ
комит
cb81314b1b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ruby/tests/basic.rb

+ 1 - 1
ruby/tests/basic.rb

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