cashapp / turbine

A testing library for kotlinx.coroutines Flow
https://cashapp.github.io/turbine/docs/1.x/
Apache License 2.0
2.51k stars 105 forks source link

Update `testIn` examples in README.md with `turbineScope{}` #254

Closed ntsk closed 1 year ago

ntsk commented 1 year ago

turbineScope{} is now required when using testIn. So, I have updated the examples in the README.