You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ListItemLeadingMarginSpanTest breaks when built on Espresso since it's referencing Robolectric shadows. We need to update it to either work without shadows, or move the tests which require shadows to a ListItemLeadingMarginSpanLocalTest that's not under sharedTest.
The text was updated successfully, but these errors were encountered:
@veena14cs can you PTAL at this since it is a breakage that was introduced as part of the TOS PR? Also, have you verified all of the sharedTests that were changed via Espresso to make sure they still work correctly?
Originally found by @KevinGitonga.
ListItemLeadingMarginSpanTest breaks when built on Espresso since it's referencing Robolectric shadows. We need to update it to either work without shadows, or move the tests which require shadows to a ListItemLeadingMarginSpanLocalTest that's not under sharedTest.
The text was updated successfully, but these errors were encountered: