Fix copy pasta in test

pull/2323/head
Marcin Wyszynski 8 years ago committed by GitHub
parent 3bdaaa5dda
commit cb81314b1b
  1. 2
      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

Loading…
Cancel
Save