Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
mironiasty committed May 22, 2024
1 parent 8ca6a63 commit e4bac22
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Tests/JellyfishClientSdkTests/JellyfishClientSdkTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,4 @@ final class JellyfishClientSdkTests: XCTestCase {
jellyfishClient?.onSendMediaEvent(event: "join")
verifyClientSent(joinEvent)
}

func testCloseWithError() throws {
let err = WSError(type: ErrorType.serverError, message: "Test reason", code: 1009)

connect()
jellyfishClient?.onSocketError()

verify(self.jellyfishClientListener.onSocketClose(code: 1009, reason: "Test reason")).wasCalled()
}
}

0 comments on commit e4bac22

Please sign in to comment.