Skip to content

Commit

Permalink
Adapt this test to latest RabbitMQ server behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 11, 2019
1 parent 38904c0 commit 90b9046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class ChannelLifecycleIntegrationTest: XCTestCase {
let ch2 = conn.createChannel()

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

// uses a different set of properties from
// the original declaration
Expand Down

0 comments on commit 90b9046

Please sign in to comment.