diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/channel_operation_timeout_test_queue.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/channel_operation_timeout_test_queue.erl b/test/channel_operation_timeout_test_queue.erl index 5a41eb86bf..124fda47b1 100644 --- a/test/channel_operation_timeout_test_queue.erl +++ b/test/channel_operation_timeout_test_queue.erl @@ -232,7 +232,9 @@ start(DurableQueues) -> end, {QNames, maps:put(VHost, [Ref|Refs], VhostRefs)} end - end), + end, + {DurableQueues, #{}}, + AllTerms), start_msg_store(VhostRefs, StartFunState), {ok, AllTerms}. |
