Skip to content

Commit 2f32871

Browse files
authored
Enhance FirebaseAuth file structure (#13754)
1 parent c304707 commit 2f32871

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

FirebaseAuth/Tests/Unit/AuthBackendRPCImplentationTests.swift renamed to FirebaseAuth/Tests/Unit/AuthBackendRPCImplementationTests.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,8 @@ class AuthBackendRPCImplementationTests: RPCBaseTests {
524524
let kTestValue = "TestValue"
525525
rpcIssuer.respondBlock = {
526526
// 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.
527+
// fake response will deterministically simulate a decoding error regardless of the response
528+
// value it was given.
530529
try self.rpcIssuer.respond(withJSON: [kTestKey: kTestValue])
531530
}
532531
let rpcResponse = try await rpcImplementation.call(with: FakeRequest(withRequestBody: [:]))

0 commit comments

Comments
 (0)