Skip to content

Commit 571abdc

Browse files
committed
Remove unused statement (added in error)
1 parent dee648a commit 571abdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Integration/PusherIncomingEventHandlingTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ class HandlingIncomingEventsTests: XCTestCase {
135135

136136
let chan = pusher.subscribe("my-channel")
137137
chan.bind(eventName: "test-event") { event in
138-
event.dataToJSONObject() as! [String: String]
139138
XCTAssertEqual(event.dataToJSONObject() as! [String: String], ["test": "test string", "and": "another"])
140139
ex.fulfill()
141140
}

0 commit comments

Comments
 (0)