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

Typo in name of test function #6

Closed kosikov2006 closed 2 years ago

kosikov2006 commented 4 years ago

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

LukasLechnerDev commented 2 years ago

Thanks! I pushed the fix.