Skip to content

Use Synchroniser for all mock tests

akwizgran requested to merge use-synchroniser-for-mock-tests into master

Android Studio tries to collect the output of failed tests on a different thread, which results in an exception when using Mockery's default threading policy, causing the tests to appear as incomplete rather than failed.

Merge request reports