Skip to content

Commit 4a2093d

Browse files
authored
test(integration): compare email instead of newEmail (#473)
Test integration project doesn't require email confirmation anymore due send email limitation
1 parent 1269454 commit 4a2093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IntegrationTests/AuthClientIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ final class AuthClientIntegrationTests: XCTestCase {
220220
let email = mockEmail()
221221
let user = try await authClient.update(user: UserAttributes(email: email))
222222

223-
XCTAssertEqual(user.newEmail, email)
223+
XCTAssertEqual(user.email, email)
224224
}
225225
}
226226

0 commit comments

Comments
 (0)