From cb81314b1bb1610c80607a2750eda546f9fa6fa2 Mon Sep 17 00:00:00 2001 From: Marcin Wyszynski Date: Thu, 3 Nov 2016 15:00:40 +0100 Subject: Fix copy pasta in test --- ruby/tests/basic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby/tests') 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 -- cgit v1.2.3