mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-07 23:48:49 +01:00
Some tests were assuming the uiState would transition from .Loading to .Success, without considering there might be a .LoadingThread intermediate step. Cater for that to prevent test flakes.