Skip to content
Snippets Groups Projects
user avatar
Matthias Urhahn authored
* Adjust DispatcherProvider interface to return type `CoroutineContext`.
This is a preamble to fix a few coroutine tests that require time advancement.
We need to be able to pass the TestCoroutineScope's context to classes under test.
This can now be done using CoroutineContext.asDispatcherProvider().

* Fix compile error in test

Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
Co-authored-by: default avatarralfgehrer <mail@ralfgehrer.com>
3e6b22de
History
Code owners
Name Last commit Last update
..