Skip to content

Commit 3b1df3b

Browse files
committed
Remove unneeded test code
1 parent 59c7a1c commit 3b1df3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/RPCBaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class RPCBaseTests: XCTestCase {
9999
XCTFail("decodedRequest is not a dictionary")
100100
}
101101
// Dummy response to unblock await.
102-
let _ = try self.rpcIssuer?.respond(withJSON: ["sessionInfo": "verification_id_123"])
102+
let _ = try self.rpcIssuer?.respond(withJSON: [:])
103103
}
104104
let _ = try await authBackend.call(with: request)
105105
}

0 commit comments

Comments
 (0)