Fix copy pasta in test

This commit is contained in:
Marcin Wyszynski 2016-11-03 15:00:40 +01:00 committed by GitHub
parent 3bdaaa5dda
commit cb81314b1b

View file

@ -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