Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: update GET request test to wait for task to finish
Previously, the `ParselyAPIConnection` task was not finishing execution before the test finished. Only because the task's `onBackground` was fast, the test was passing. To remove this flakiness, the introduced change uses LooperMode.Mode.PAUSED to wait for AsyncTask execution to finish, before running assertions.
- Loading branch information