Skip to content

Commit 4cf67e8

Browse files
Squash a warning
1 parent 05ab88d commit 4cf67e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/confirms_rejects_SUITE.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ init_per_group(Group, Config) ->
3535
rabbit_ct_broker_helpers:setup_steps() ++
3636
rabbit_ct_client_helpers:setup_steps()).
3737

38-
end_per_group(Group, Config) ->
38+
end_per_group(_Group, Config) ->
3939
rabbit_ct_helpers:run_steps(Config,
4040
rabbit_ct_client_helpers:teardown_steps() ++
4141
rabbit_ct_broker_helpers:teardown_steps()).
@@ -153,4 +153,4 @@ clean_acks_mailbox() ->
153153
{'basic.nack', _, _, _} -> clean_acks_mailbox()
154154
after
155155
1000 -> done
156-
end.
156+
end.

0 commit comments

Comments
 (0)