Remove unused var in SocketAckManagerTest.testManagerTimeoutAck

This commit is contained in:
filblue 2021-11-12 18:18:26 +03:00
parent d031afdbc4
commit cc3ce5679e

View File

@ -28,7 +28,6 @@ class SocketAckManagerTest : XCTestCase {
func testManagerTimeoutAck() {
let callbackExpection = expectation(description: "Manager should timeout ack with noAck status")
let itemsArray = ["Hi", "ho"]
func callback(_ items: [Any]) {
XCTAssertEqual(items.count, 1, "Timed out ack should have one value")