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 64917ec commit ec9841dCopy full SHA for ec9841d
AVOS/LeanCloudObjcTests/BaseTestCase.swift
@@ -32,6 +32,7 @@ class BaseTestCase: XCTestCase {
32
id: "S5vDI3IeCk1NLLiM1aFg3262-gzGzoHsz",
33
key: "7g5pPsI55piz2PRLPWK5MPz0",
34
serverURL: "https://s5vdi3ie.lc-cn-n1-shared.com",
35
+// serverURL: "https://beta.leancloud.cn",
36
masterKey: "Q26gTodbyi1Ki7lM9vtncF6U,master")
37
38
static let ceApp = AppInfo(
@@ -67,6 +68,11 @@ class BaseTestCase: XCTestCase {
67
68
LCFile.clearAllPersistentCache()
69
super.tearDown()
70
}
71
+
72
+ override func tearDown() {
73
+ LCUser.logOut()
74
+ super.tearDown()
75
+ }
76
77
78
extension BaseTestCase {
0 commit comments