Skip to content

Commit 90b9046

Browse files
Adapt this test to latest RabbitMQ server behavior
See rabbitmq/rabbitmq-server#1888.
1 parent 38904c0 commit 90b9046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RMQClientIntegrationTests/ChannelLifecycleIntegrationTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class ChannelLifecycleIntegrationTest: XCTestCase {
123123
let ch2 = conn.createChannel()
124124

125125
let qName = "objc.tests.\(Int.random(in: 200...1000))"
126-
ch1.queue(qName, options: [.exclusive])
126+
ch1.queue(qName, options: [.autoDelete])
127127

128128
// uses a different set of properties from
129129
// the original declaration

0 commit comments

Comments
 (0)