Skip to content

Commit 5518a92

Browse files
Comment formatting #14757
1 parent 2bacf71 commit 5518a92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/rabbitmq_shovel/test/shovel_dynamic_SUITE.erl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ tests() ->
7272
autodelete_classic_on_publish_no_transfer,
7373
autodelete_quorum_on_publish_no_transfer,
7474
%% AMQP091 and local shovels requeue messages on reject
75-
%% AMQP10 discards messages on reject
76-
%% These two tests will remain commented out until the
77-
%% behaviour is unified.
75+
%% while AMQP10 discards messages on reject.
76+
%% These two tests will remain commented out until a decision on
77+
%% which behavior to adopt for both is made and implemented.
7878
%% autodelete_classic_on_confirm_with_rejections,
7979
%% autodelete_quorum_on_confirm_with_rejections,
8080
autodelete_classic_on_publish_with_rejections,
@@ -125,7 +125,7 @@ init_per_group(amqp10, Config) ->
125125
{dest_protocol, <<"amqp10">>},
126126
{src_address, <<"src-address">>},
127127
{dest_address, <<"dest-address">>}
128-
]);
128+
]);
129129
init_per_group(local, Config) ->
130130
rabbit_ct_helpers:set_config(
131131
Config,

0 commit comments

Comments
 (0)