Enforce usage of TestScope.testScheduler
This commit is contained in:
parent
456e17de34
commit
9e73e70a22
6 changed files with 14 additions and 14 deletions
|
|
@ -213,5 +213,5 @@ private fun TestScope.createPresenter(
|
|||
): LeaveRoomPresenter = LeaveRoomPresenterImpl(
|
||||
client = client,
|
||||
roomMembershipObserver = roomMembershipObserver,
|
||||
dispatchers = testCoroutineDispatchers(testScheduler, false),
|
||||
dispatchers = testCoroutineDispatchers(false),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue