Remove unused var in SocketAckManagerTest.testManagerTimeoutAck
This commit is contained in:
parent
d031afdbc4
commit
cc3ce5679e
@ -28,7 +28,6 @@ class SocketAckManagerTest : XCTestCase {
|
|||||||
|
|
||||||
func testManagerTimeoutAck() {
|
func testManagerTimeoutAck() {
|
||||||
let callbackExpection = expectation(description: "Manager should timeout ack with noAck status")
|
let callbackExpection = expectation(description: "Manager should timeout ack with noAck status")
|
||||||
let itemsArray = ["Hi", "ho"]
|
|
||||||
|
|
||||||
func callback(_ items: [Any]) {
|
func callback(_ items: [Any]) {
|
||||||
XCTAssertEqual(items.count, 1, "Timed out ack should have one value")
|
XCTAssertEqual(items.count, 1, "Timed out ack should have one value")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user