mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
removing extra blank lines
This commit is contained in:
parent
bb9459fcab
commit
d304624878
1 changed files with 0 additions and 2 deletions
|
@ -867,7 +867,6 @@ class OnboardingViewModelTest {
|
|||
viewModel.handle(OnboardingAction.ResetResetPassword)
|
||||
|
||||
test
|
||||
|
||||
.assertStatesChanges(
|
||||
initialState,
|
||||
{ copy(isLoading = false, resetState = ResetState()) },
|
||||
|
@ -907,7 +906,6 @@ class OnboardingViewModelTest {
|
|||
{ copy(selectedAuthenticationState = SelectedAuthenticationState(SSO_REGISTRATION_DESCRIPTION)) }
|
||||
)
|
||||
.finish()
|
||||
|
||||
}
|
||||
|
||||
private fun viewModelWith(state: OnboardingViewState) {
|
||||
|
|
Loading…
Reference in a new issue