summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-12-03 17:27:16 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-12-03 17:27:16 +0000
commita3585cc54306096fabd7081d6ee714beafffdf85 (patch)
treef5b169b745f9397e7812688ee1f191efea689f32 /test
parent6c8b49e5ee88710f5180c6149c7182376f112562 (diff)
downloadrabbitmq-server-git-a3585cc54306096fabd7081d6ee714beafffdf85.tar.gz
Fix confirms
Diffstat (limited to 'test')
-rw-r--r--test/src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl
index dcbec8f606..1fc708df61 100644
--- a/test/src/rabbit_tests.erl
+++ b/test/src/rabbit_tests.erl
@@ -2422,7 +2422,7 @@ variable_queue_init(Q, Recover) ->
Q, case Recover of
true -> non_clean_shutdown;
false -> new
- end, fun nop/2, fun nop/2, fun nop/1).
+ end, fun nop/2, fun nop/2, fun nop/1, fun nop/1).
variable_queue_publish(IsPersistent, Count, VQ) ->
variable_queue_publish(IsPersistent, Count, fun (_N, P) -> P end, VQ).