droidconKE / droidconKE2019App

Android app for the second Android Developer conference-droidcon in Nairobi 2019
https://appetize.io/app/wavc552uqmn76jaz7bd2bf890r
MIT License
16 stars 15 forks source link

[#65] Used the suggested getOrAwaitValue() extension in the AboutViewModelTest tests #68

Closed johnGachihi closed 4 years ago

johnGachihi commented 4 years ago

I have added and used the suggested getOrAwaitValue() extension in the AboutViewModelTest tests. I have also removed the runBlockingTest coroutine builder from the tests and the optional scope parameter from the AboutViewModel functions

wangerekaharun commented 4 years ago

@michaelbukachi can you have a look on this?

michaelbukachi commented 4 years ago

@michaelbukachi can you have a look on this?

I'm waiting for the commit that integrates TestCoroutineDispatcher as mentioned in #65

johnGachihi commented 4 years ago

@michaelbukachi Sorry for the delay. I misunderstood your comment.