I have a weird case, my test passes with `@RunWith...
# android
r
I have a weird case, my test passes with
@RunWith(AndroidJUnit4::class)
and fails otherwise. https://stackoverflow.com/questions/63569535/calendar-test-passes-when-using-androidjunit4-only any idea why this is the case?