diff --git a/Tests/TestSocketIO/SocketAckManagerTest.swift b/Tests/TestSocketIO/SocketAckManagerTest.swift index f5d9c2a..4f7f5b0 100644 --- a/Tests/TestSocketIO/SocketAckManagerTest.swift +++ b/Tests/TestSocketIO/SocketAckManagerTest.swift @@ -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")