mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-03 05:20:12 +01:00
removing extra blank lines
This commit is contained in:
parent
bb9459fcab
commit
d304624878
@ -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 New Issue
Block a user