We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a9d02 commit 51b97a6Copy full SHA for 51b97a6
RMQClientIntegrationTests/IntegrationTests.swift
@@ -204,6 +204,8 @@ class IntegrationTests: XCTestCase {
204
let delegate = ConnectionDelegateSpy()
205
let conn = RMQConnection(delegate: delegate)
206
conn.start()
207
+ defer { conn.blockingClose() }
208
+
209
let ch = conn.createChannel()
210
211
ch.close()
@@ -220,6 +222,8 @@ class IntegrationTests: XCTestCase {
220
222
221
223
224
225
226
227
228
229
causeServerChannelClose(ch)
0 commit comments