Skip to content

Commit 1ce68ca

Browse files
committed
Changed requestType from VERIFY_EMAIL to verifyEmail
1 parent 2412987 commit 1ce68ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Tests/Unit/AuthTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ class AuthTests: RPCBaseTests {
538538
*/
539539
func testCheckActionCodeSuccess() throws {
540540
let kNewEmail = "[email protected]"
541-
let verifyEmailRequestType = "VERIFY_EMAIL"
541+
let verifyEmailRequestType = "verifyEmail"
542542
let expectation = self.expectation(description: #function)
543543

544544
// 1. Setup respond block to test and fake send request.

0 commit comments

Comments
 (0)