jean POKOU

Results 5 comments of jean POKOU

@emayoung run` ./gradlew test` in your project directory in the console. Then try again using Android studio

Hi, @graffiti75 what version of Robolectric are you using? you should upgrade to 4.0.2. I was finally able to make it work with ```kotlin @Test fun isProjectCacheReturnsExpired() { projectsCacheLocal.setLastCacheTime(1000L).test() projectsCacheLocal.isProjectsCacheExpired().test().assertValue(true)...