diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-12-19 16:50:40 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-12-19 17:03:02 +0300 |
| commit | 4cf67e8089492aced3f819c105ffd4f89f0e5871 (patch) | |
| tree | 1e5670d2781aed8ecd8aa68fc23f2f90c4a4d2eb | |
| parent | 05ab88dc231d82660f97428614032a446ef09e81 (diff) | |
| download | rabbitmq-server-git-4cf67e8089492aced3f819c105ffd4f89f0e5871.tar.gz | |
Squash a warning
| -rw-r--r-- | test/confirms_rejects_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confirms_rejects_SUITE.erl b/test/confirms_rejects_SUITE.erl index 010354d020..3ac944f99b 100644 --- a/test/confirms_rejects_SUITE.erl +++ b/test/confirms_rejects_SUITE.erl @@ -35,7 +35,7 @@ init_per_group(Group, Config) -> rabbit_ct_broker_helpers:setup_steps() ++ rabbit_ct_client_helpers:setup_steps()). -end_per_group(Group, Config) -> +end_per_group(_Group, Config) -> rabbit_ct_helpers:run_steps(Config, rabbit_ct_client_helpers:teardown_steps() ++ rabbit_ct_broker_helpers:teardown_steps()). @@ -153,4 +153,4 @@ clean_acks_mailbox() -> {'basic.nack', _, _, _} -> clean_acks_mailbox() after 1000 -> done - end.
\ No newline at end of file + end. |
