android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Codelab says MainViewModelTest.kt exists in `androidTest` but it's in `test` #66

Open MohamedElidrissi opened 4 years ago

MohamedElidrissi commented 4 years ago

In the 6th section "Testing coroutines through behavior" it's mentioned that the MainViewModelTest.kt exists in androidTest whereas it exists in test. It should be changed in the Codelab to avoid confusion.

osuleymanova commented 2 years ago

Duplicate of #146

osuleymanova commented 2 years ago

@MohamedElidrissi Thank you for reaching out to us. The issue is fixed and published.