Skip to content

Commit 75808d0

Browse files
committed
test: update
1 parent 8e346f7 commit 75808d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LeanCloudTests/RTMConnectionTestCase.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@ class RTMConnectionTestCase: RTMBaseTestCase {
297297
}
298298

299299
func testGoaway() {
300+
guard LCApplication.default.configuration.RTMCustomServerURL == nil else {
301+
return
302+
}
300303
let tuple = connectedConnection()
301304
let connection = tuple.0
302305
let delegator = tuple.1

0 commit comments

Comments
 (0)