mirror of
https://github.com/bitwarden/android.git
synced 2026-02-04 03:05:28 -06:00
Fix minor typos (#6386)
This commit is contained in:
parent
7d814df04e
commit
f79113aa7f
@ -2918,7 +2918,7 @@ data class VaultAddEditState(
|
||||
sealed class DialogState : Parcelable {
|
||||
|
||||
/**
|
||||
* Displays a dialog to the user indicating they archiving requires a premium account.
|
||||
* Displays a dialog to the user indicating that archiving requires a premium account.
|
||||
*/
|
||||
data object ArchiveRequiresPremium : DialogState()
|
||||
|
||||
|
||||
@ -1874,7 +1874,7 @@ data class VaultItemState(
|
||||
sealed class DialogState : Parcelable {
|
||||
|
||||
/**
|
||||
* Displays a dialog to the user indicating they archiving requires a premium account.
|
||||
* Displays a dialog to the user indicating that archiving requires a premium account.
|
||||
*/
|
||||
@Parcelize
|
||||
data object ArchiveRequiresPremium : DialogState()
|
||||
|
||||
@ -2479,7 +2479,7 @@ class VaultAddEditViewModelTest : BaseViewModelTest() {
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `UnarchiveClick with UnarchiveCipherResult Success should emit send snackbar event and NavigateBack`() =
|
||||
fun `UnarchiveClick with UnarchiveCipherResult Success should send snackbar event and NavigateBack`() =
|
||||
runTest {
|
||||
val cipherListView = createMockCipherListView(number = 1, isArchived = false)
|
||||
val cipherView = createMockCipherView(number = 1, isArchived = false)
|
||||
|
||||
@ -355,7 +355,7 @@ class VaultItemViewModelTest : BaseViewModelTest() {
|
||||
|
||||
@Suppress("MaxLineLength")
|
||||
@Test
|
||||
fun `UnarchiveClick with UnarchiveCipherResult Success should emit send snackbar event and NavigateBack`() =
|
||||
fun `UnarchiveClick with UnarchiveCipherResult Success should send snackbar event and NavigateBack`() =
|
||||
runTest {
|
||||
val cipherView = createMockCipherView(number = 1, isArchived = true)
|
||||
every {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user