Rather use NoDistributorsAvailable, it has more chance to happen IRL.
This commit is contained in:
parent
6ea0fc8d17
commit
ff40b095fe
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ open class LoggedInStateProvider : PreviewParameterProvider<LoggedInState> {
|
||||||
get() = sequenceOf(
|
get() = sequenceOf(
|
||||||
aLoggedInState(),
|
aLoggedInState(),
|
||||||
aLoggedInState(showSyncSpinner = true),
|
aLoggedInState(showSyncSpinner = true),
|
||||||
aLoggedInState(pusherRegistrationState = AsyncData.Failure(PusherRegistrationFailure.NoProvidersAvailable())),
|
aLoggedInState(pusherRegistrationState = AsyncData.Failure(PusherRegistrationFailure.NoDistributorsAvailable())),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue