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!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in name of test function

kosikov2006 opened this issue · comments

https://github.com/LukasLechnerDev/Kotlin-Coroutine-Use-Cases-on-Android/blob/master/app/src/test/java/com/lukaslechner/coroutineusecasesonandroid/usecases/coroutines/usecase4/VariableAmountOfNetworkRequestsViewModelTest.kt
Line 108.
Name of the function should be:
performNetworkRequestsConcurrently() should return Success UiState on successful network requests after 2000ms
instead of:
performNetworkRequestsConcurrently() should return Error UiState on successful network requests after 2000ms

Thanks! I pushed the fix.