Fix minor typos (#6386)

This commit is contained in:
David Perez 2026-01-20 15:49:38 -06:00 committed by GitHub
parent 7d814df04e
commit f79113aa7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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()

View File

@ -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)

View File

@ -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 {