enhancementhelp wanted
Repository metrics
- Stars
- (3,627 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Currently, the GroupAdapter class is badly tested. Turns out one test doesn't run at all bc it doesn't have the @Test annotation .. but funny story, if it did, it would fail because it references an Android class!
- Add an Espresso test verifying that the methods on GroupAdapter work correctly
- Get Circle building said test by spinning up an emulator, etc