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 c304707 commit 2f32871Copy full SHA for 2f32871
FirebaseAuth/Tests/Unit/AuthBackendRPCImplentationTests.swift renamed to FirebaseAuth/Tests/Unit/AuthBackendRPCImplementationTests.swift
@@ -524,9 +524,8 @@ class AuthBackendRPCImplementationTests: RPCBaseTests {
524
let kTestValue = "TestValue"
525
rpcIssuer.respondBlock = {
526
// It doesn't matter what we respond with here, as long as it's not an error response. The
527
- // fake
528
- // response will deterministicly simulate a decoding error regardless of the response value it
529
- // was given.
+ // fake response will deterministically simulate a decoding error regardless of the response
+ // value it was given.
530
try self.rpcIssuer.respond(withJSON: [kTestKey: kTestValue])
531
}
532
let rpcResponse = try await rpcImplementation.call(with: FakeRequest(withRequestBody: [:]))
0 commit comments