Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbw2 committed Dec 20, 2024
1 parent 6252784 commit 23e4a9e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2601,6 +2601,7 @@ class VaultItemViewModelTest : BaseViewModelTest() {
totpCodeItemData = null,
canDelete = true,
canAssignToCollections = true,
canEdit = true,
)
} returns sshKeyViewState
mutableVaultItemFlow.value = DataState.Loaded(data = mockCipherView)
Expand Down Expand Up @@ -2630,6 +2631,7 @@ class VaultItemViewModelTest : BaseViewModelTest() {
totpCodeItemData = null,
canDelete = true,
canAssignToCollections = true,
canEdit = true,
)
}
}
Expand Down Expand Up @@ -2676,6 +2678,7 @@ class VaultItemViewModelTest : BaseViewModelTest() {
totpCodeItemData = null,
canDelete = true,
canAssignToCollections = true,
canEdit = true,
)
}
}
Expand Down

0 comments on commit 23e4a9e

Please sign in to comment.