mirror of
https://github.com/bitwarden/android.git
synced 2026-06-02 11:12:00 -05:00
BIT-900: Adding state for each of the possible username state selections (#130)
This commit is contained in:
@@ -63,7 +63,7 @@ class GeneratorViewModelTest : BaseViewModelTest() {
|
||||
|
||||
viewModel.actionChannel.trySend(action)
|
||||
|
||||
val expectedState = initialState.copy(selectedType = GeneratorState.MainType.Username)
|
||||
val expectedState = initialState.copy(selectedType = GeneratorState.MainType.Username())
|
||||
|
||||
assertEquals(expectedState, viewModel.stateFlow.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user