Skip to content

Commit

Permalink
fix: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rnr committed Jan 9, 2025
1 parent e375c0c commit 98b15b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ final class SignInViewModelTests: XCTestCase {
await viewModel.ssoLogin(title: "Riyadah")

Verify(interactor, 1, .login(ssoToken: .any))
Verify(router, 1, .showMainOrWhatsNewScreen(sourceScreen: .any, authMethod: .any))
Verify(router, 1, .showMainOrWhatsNewScreen(sourceScreen: .any, postLoginData: .any))

XCTAssertEqual(viewModel.errorMessage, nil)
XCTAssertEqual(viewModel.isShowProgress, true)
Expand Down

0 comments on commit 98b15b7

Please sign in to comment.