Skip to content

Commit 6ae18a5

Browse files
committed
fix failing tests
1 parent e7d458f commit 6ae18a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AuthenticatorTests/States/ConfirmSignInWithCodeStateTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class ConfirmSignInWithCodeStateTests: XCTestCase {
9999
XCTAssertEqual(deliveryDetails.destination, destination)
100100
}
101101

102-
func testDeliveryDetails_onConfirmSignInWithEmailMFACodeStep_shouldReturnDetails() throws {
102+
func testDeliveryDetails_onConfirmSignInWithOTPCodeStep_shouldReturnDetails() throws {
103103
let destination = DeliveryDestination.email("[email protected]")
104104
authenticatorState.mockedStep = .confirmSignInWithOTP(deliveryDetails: .init(destination: destination))
105105

0 commit comments

Comments
 (0)