Skip to content

Commit a1ed825

Browse files
authored
Merge pull request #1388 from filblue/rm-unused-var-in-SocketAckManagerTest.testManagerTimeoutAck
Remove unused var in SocketAckManagerTest.testManagerTimeoutAck
2 parents d031afd + cc3ce56 commit a1ed825

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/TestSocketIO/SocketAckManagerTest.swift

-1
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)