浏览代码

Fix copy pasta in test

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