diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-12-03 17:27:16 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-12-03 17:27:16 +0000 |
| commit | a3585cc54306096fabd7081d6ee714beafffdf85 (patch) | |
| tree | f5b169b745f9397e7812688ee1f191efea689f32 /test | |
| parent | 6c8b49e5ee88710f5180c6149c7182376f112562 (diff) | |
| download | rabbitmq-server-git-a3585cc54306096fabd7081d6ee714beafffdf85.tar.gz | |
Fix confirms
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/rabbit_tests.erl | 2 |
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). |
