Browse Source

Fix copy pasta in test

Marcin Wyszynski 9 năm trước cách đây
mục cha
commit
cb81314b1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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