Pārlūkot izejas kodu

Fix copy pasta in test

Marcin Wyszynski 9 gadi atpakaļ
vecāks
revīzija
cb81314b1b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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