Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit bdafedd

Browse files
committed
Fix build error in unit tests by updating NavigateToEnterAccount.init.
1 parent 537ccbd commit bdafedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAuthenticatorTests/Navigation/NavigationToEnterAccountTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ final class NavigationToAccountTests: XCTestCase {
66
let origin = UIViewController()
77
let navigationController = MockNavigationController(rootViewController: origin)
88

9-
let command = NavigateToEnterAccount()
9+
let command = NavigateToEnterAccount(signInSource: .wpCom)
1010
command.execute(from: origin)
1111

1212
let pushedViewController = navigationController.pushedViewController

0 commit comments

Comments
 (0)