Explorar o código

Fix copy pasta in test

Marcin Wyszynski %!s(int64=9) %!d(string=hai) anos
pai
achega
cb81314b1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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