Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadJaara committed Mar 20, 2024
1 parent e20a56a commit e98e6bd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ class DebugDataOptionsViewModel

fun checkCrlRevocationList() {
viewModelScope.launch {
checkCrlRevocationListUseCase.execute()
checkCrlRevocationListUseCase(
forceUpdate = true
)
}
}

Expand Down

0 comments on commit e98e6bd

Please sign in to comment.