Commit cb81314b authored by Marcin Wyszynski's avatar Marcin Wyszynski Committed by GitHub

Fix copy pasta in test

parent 3bdaaa5d
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment