Skip to content

Commit

Permalink
Remove unneeded test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Dec 3, 2024
1 parent 59c7a1c commit 3b1df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Tests/Unit/RPCBaseTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class RPCBaseTests: XCTestCase {
XCTFail("decodedRequest is not a dictionary")
}
// Dummy response to unblock await.
let _ = try self.rpcIssuer?.respond(withJSON: ["sessionInfo": "verification_id_123"])
let _ = try self.rpcIssuer?.respond(withJSON: [:])
}
let _ = try await authBackend.call(with: request)
}
Expand Down

0 comments on commit 3b1df3b

Please sign in to comment.