removing extra line

This commit is contained in:
Adam Brown 2022-05-12 15:11:12 +01:00
parent 73c93958c2
commit f6190b125c

View File

@ -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()