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 2412987 commit 1ce68caCopy full SHA for 1ce68ca
FirebaseAuth/Tests/Unit/AuthTests.swift
@@ -538,7 +538,7 @@ class AuthTests: RPCBaseTests {
538
*/
539
func testCheckActionCodeSuccess() throws {
540
let kNewEmail = "[email protected]"
541
- let verifyEmailRequestType = "VERIFY_EMAIL"
+ let verifyEmailRequestType = "verifyEmail"
542
let expectation = self.expectation(description: #function)
543
544
// 1. Setup respond block to test and fake send request.
0 commit comments