aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/tests
diff options
context:
space:
mode:
authorGravatar Marcin Wyszynski <marcin.pixie@gmail.com>2016-11-03 15:00:40 +0100
committerGravatar GitHub <noreply@github.com>2016-11-03 15:00:40 +0100
commitcb81314b1bb1610c80607a2750eda546f9fa6fa2 (patch)
treebf1a06797bf294abb24d9c9471378941d4c148f3 /ruby/tests
parent3bdaaa5ddaf4aa7fafe0cd262801fa52a302d0a9 (diff)
Fix copy pasta in test
Diffstat (limited to 'ruby/tests')
-rw-r--r--ruby/tests/basic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/tests/basic.rb b/ruby/tests/basic.rb
index e3fff81e..967ff81f 100644
--- a/ruby/tests/basic.rb
+++ b/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