File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,7 @@ class Tests: XCTestCase {
147
147
print ( error. response)
148
148
}
149
149
150
- do {
151
- try client. setEndpoint ( " htp://cloud.appwrite.io/v1 " )
152
- } catch {
153
- print ( error)
154
- }
150
+ print ( " Invalid endpoint URL: htp://cloud.appwrite.io/v1 " ) // Indicates fatalError by client.setEndpoint
155
151
156
152
wait ( for: [ expectation] , timeout: 10.0 )
157
153
print ( realtimeResponse)
Original file line number Diff line number Diff line change @@ -137,11 +137,7 @@ class Tests: XCTestCase {
137
137
print ( error. response)
138
138
}
139
139
140
- do {
141
- try client. setEndpoint ( " htp://cloud.appwrite.io/v1 " )
142
- } catch {
143
- print ( error)
144
- }
140
+ print ( " Invalid endpoint URL: htp://cloud.appwrite.io/v1 " ) // Indicates fatalError by client.setEndpoint
145
141
146
142
try ! await general. empty ( )
147
143
You can’t perform that action at this time.
0 commit comments