File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ - (void)signInAnonymously {
46
46
handler: ^(NSError *error) {
47
47
if (error != nil ) {
48
48
XCTFail (@" Failed to wait for expectations "
49
- @" in anonymousy sign in. Error: %@ " ,
49
+ @" in anonymously sign in. Error: %@ " ,
50
50
error.localizedDescription );
51
51
}
52
52
}];
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class GetProjectConfigTests: RPCBaseTests {
48
48
)
49
49
}
50
50
51
- /** @fn testSuccessFulGetProjectConfigRequest
51
+ /** @fn testSuccessfulGetProjectConfigRequest
52
52
@brief This test checks for a successful response
53
53
*/
54
54
func testSuccessfulGetProjectConfigRequest( ) async throws {
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ class RPCBaseTests: XCTestCase {
105
105
}
106
106
107
107
/** @fn checkBackendError
108
- @brief This test checks error messagess from the backend map to the expected error codes
108
+ @brief This test checks error messages from the backend map to the expected error codes
109
109
*/
110
110
func checkBackendError( request: any AuthRPCRequest ,
111
111
message: String = " " ,
You can’t perform that action at this time.
0 commit comments