LukasLechnerDev / Kotlin-Coroutines-and-Flow-UseCases-on-Android

🎓 Learning Kotlin Coroutines and Flows for Android by example. 🚀 Sample implementations for real-world Android use cases. 🛠 Unit tests included!
Apache License 2.0
2.63k stars 433 forks source link

Fix crash on unsuccessful network request in UseCase4 #13

Closed illarionov closed 2 years ago

illarionov commented 2 years ago

Also fix typos in tests

Fixes #6, #8