Skip to content

Commit c6b71a9

Browse files
committed
Fix merge commit
1 parent 5c1e370 commit c6b71a9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deps/rabbitmq_shovel/test/shovel_dynamic_SUITE.erl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ simple_queue_type_ack_mode(Config, Type, AckMode) ->
259259
amqp10_publish_expect(Sess, Src, Dest, <<"hello">>, 10)
260260
end).
261261

262-
<<<<<<< HEAD
263-
=======
264262
autodelete_classic_on_confirm_no_transfer(Config) ->
265263
autodelete(Config, <<"classic">>, <<"on-confirm">>, 0, 100, 0).
266264

@@ -316,9 +314,6 @@ autodelete(Config, Type, AckMode, After, ExpSrc, ExpDest) ->
316314
amqp10_expect_count(Sess, Dest, ExpDest)
317315
end).
318316

319-
<<<<<<< HEAD
320-
>>>>>>> d5f9ff27b (Shovel tests: tests for autodelete common to all protocols)
321-
=======
322317
autodelete_classic_on_confirm_with_rejections(Config) ->
323318
autodelete_with_rejections(Config, <<"classic">>, <<"on-confirm">>, 5, 5).
324319

@@ -389,7 +384,6 @@ autodelete_with_quorum_rejections(Config, AckMode, ExpSrcFun) ->
389384
amqp10_expect_count(Sess, Dest, ExpDest)
390385
end).
391386

392-
>>>>>>> 059813a83 (Shovel: more common testcases)
393387
%%----------------------------------------------------------------------------
394388
maybe_skip_local_protocol(Config) ->
395389
[Node] = rabbit_ct_broker_helpers:get_node_configs(Config, nodename),

0 commit comments

Comments
 (0)