We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1871cff commit 0e58f2fCopy full SHA for 0e58f2f
LeanCloudTests/RTMBaseTestCase.swift
@@ -11,5 +11,5 @@ import XCTest
11
12
class RTMBaseTestCase: BaseTestCase {
13
14
- let testableRTMURL: URL = URL(string: "wss://rtm51.leancloud.cn")!
+ static let testableRTMURL: URL = URL(string: "wss://rtm51.leancloud.cn")!
15
}
0 commit comments