Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Feb 2, 2024
1 parent d4cbedb commit cdf76e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class LegalHoldRequestedViewModelTest {
coEvery { coreLogic.getSessionScope(any()).approveLegalHoldRequest(any()) } returns result
}

fun arrange() = this to viewModel
fun arrange() = this to viewModel.apply { observeLegalHoldRequest() }

companion object {
val UNKNOWN_ERROR = CoreFailure.Unknown(RuntimeException("error"))
Expand Down

0 comments on commit cdf76e3

Please sign in to comment.