Fix copy pasta in test
This commit is contained in:
parent
3bdaaa5dda
commit
cb81314b1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue