From cc3ce5679e4797007c1cd17c3d1aab319c632a48 Mon Sep 17 00:00:00 2001 From: filblue Date: Fri, 12 Nov 2021 18:18:26 +0300 Subject: [PATCH] Remove unused var in SocketAckManagerTest.testManagerTimeoutAck --- Tests/TestSocketIO/SocketAckManagerTest.swift | 1 - 1 file changed, 1 deletion(-) 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")