fix method call
This commit is contained in:
parent
dce28b2dac
commit
a9ac86ba3d
@ -19,7 +19,7 @@ class SocketAckManagerTest: XCTestCase {
|
|||||||
callbackExpection.fulfill()
|
callbackExpection.fulfill()
|
||||||
}
|
}
|
||||||
ackManager.addAck(1, callback: callback)
|
ackManager.addAck(1, callback: callback)
|
||||||
ackManager.executeAck(1, items: itemsArray)
|
ackManager.executeAck(1, items: itemsArray, onQueue: dispatch_get_main_queue())
|
||||||
waitForExpectationsWithTimeout(3.0, handler: nil)
|
waitForExpectationsWithTimeout(3.0, handler: nil)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user