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 4af7bf2 commit cba89c9Copy full SHA for cba89c9
RMQClientTests/ConsumeTest.swift
@@ -54,13 +54,10 @@ import XCTest
54
class ConsumeTest: XCTestCase {
55
56
func testBasicConsumeSendsBasicConsumeMethod() {
57
- let delegate = ConnectionDelegateSpy()
58
let dispatcher = DispatcherSpy()
59
let nameGenerator = StubNameGenerator()
60
let ch = ChannelHelper.makeChannel(1, dispatcher: dispatcher, nameGenerator: nameGenerator)
61
62
- ch.activateWithDelegate(delegate)
63
-
64
nameGenerator.nextName = "a tag"
65
ch.basicConsume("foo", options: [.Exclusive]) { _ in }
66
0 commit comments