mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-17 02:15:17 +08:00
removing extra line
This commit is contained in:
parent
73c93958c2
commit
f6190b125c
@ -262,7 +262,6 @@ class OnboardingViewModelTest {
|
|||||||
initialState,
|
initialState,
|
||||||
{ copy(isLoading = true) },
|
{ copy(isLoading = true) },
|
||||||
{ copy(isLoading = false) }
|
{ copy(isLoading = false) }
|
||||||
|
|
||||||
)
|
)
|
||||||
.assertEvents(OnboardingViewEvents.DeeplinkAuthenticationFailure(expectedRetryAction))
|
.assertEvents(OnboardingViewEvents.DeeplinkAuthenticationFailure(expectedRetryAction))
|
||||||
.finish()
|
.finish()
|
||||||
|
Loading…
Reference in New Issue
Block a user