We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d031afd + cc3ce56 commit a1ed825Copy full SHA for a1ed825
Tests/TestSocketIO/SocketAckManagerTest.swift
@@ -28,7 +28,6 @@ class SocketAckManagerTest : XCTestCase {
28
29
func testManagerTimeoutAck() {
30
let callbackExpection = expectation(description: "Manager should timeout ack with noAck status")
31
- let itemsArray = ["Hi", "ho"]
32
33
func callback(_ items: [Any]) {
34
XCTAssertEqual(items.count, 1, "Timed out ack should have one value")
0 commit comments