Solved it for anyone interested: Had to wrap the t...
# coroutines
g
Solved it for anyone interested: Had to wrap the test in
testCoroutineDispatcher.runBlockingTest
and had to pass the scope like this invokeAsync(this@runBlockingTest)
👏 1