mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-05 06:21:11 +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)
|
viewModel.handle(OnboardingAction.ResetResetPassword)
|
||||||
|
|
||||||
test
|
test
|
||||||
|
|
||||||
.assertStatesChanges(
|
.assertStatesChanges(
|
||||||
initialState,
|
initialState,
|
||||||
{ copy(isLoading = false, resetState = ResetState()) },
|
{ copy(isLoading = false, resetState = ResetState()) },
|
||||||
@ -907,7 +906,6 @@ class OnboardingViewModelTest {
|
|||||||
{ copy(selectedAuthenticationState = SelectedAuthenticationState(SSO_REGISTRATION_DESCRIPTION)) }
|
{ copy(selectedAuthenticationState = SelectedAuthenticationState(SSO_REGISTRATION_DESCRIPTION)) }
|
||||||
)
|
)
|
||||||
.finish()
|
.finish()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun viewModelWith(state: OnboardingViewState) {
|
private fun viewModelWith(state: OnboardingViewState) {
|
||||||
|
Loading…
Reference in New Issue
Block a user