Skip to content

Commit cc3ce56

Browse files
committed
Remove unused var in SocketAckManagerTest.testManagerTimeoutAck
1 parent d031afd commit cc3ce56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/TestSocketIO/SocketAckManagerTest.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class SocketAckManagerTest : XCTestCase {
2828

2929
func testManagerTimeoutAck() {
3030
let callbackExpection = expectation(description: "Manager should timeout ack with noAck status")
31-
let itemsArray = ["Hi", "ho"]
3231

3332
func callback(_ items: [Any]) {
3433
XCTAssertEqual(items.count, 1, "Timed out ack should have one value")

0 commit comments

Comments
 (0)