summaryrefslogtreecommitdiff
path: root/ruby/tests/basic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/tests/basic.rb')
-rw-r--r--ruby/tests/basic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/tests/basic.rb b/ruby/tests/basic.rb
index e9bbcedddb..0018050fe2 100644
--- a/ruby/tests/basic.rb
+++ b/ruby/tests/basic.rb
@@ -49,6 +49,7 @@ class Basic < Test::Unit::TestCase
assert content.headers == msg.content.headers
assert content.body == msg.content.body
assert content.children == msg.content.children
+ ch.basic_ack(msg.delivery_tag)
msg = ch.channel_close()
assert msg.method.qname == :channel_close_ok
end