mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 19:28:44 +03:00
Fix a failing test (#3734)
This commit is contained in:
parent
63884e8518
commit
516cd72f66
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class AuthCallbackViewModelTest : BaseViewModelTest() {
|
|||
every { setSsoCallbackResult(any()) } just runs
|
||||
every { setDuoCallbackTokenResult(any()) } just runs
|
||||
every { setYubiKeyResult(any()) } just runs
|
||||
every { setWebAuthResult(any()) } just runs
|
||||
}
|
||||
|
||||
@BeforeEach
|
||||
|
|
Loading…
Add table
Reference in a new issue