Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Treehugger Robot
2020-07-29 02:09:58 +00:00
committed by Gerrit Code Review

View File

@@ -44,7 +44,7 @@ public class ChooseLockPatternTest {
@Test
public void activityCreationTest() {
// Basic sanity test for activity created without crashing
// Basic test for activity created without crashing
Robolectric.buildActivity(ChooseLockPattern.class, new IntentBuilder(application).build())
.setup().get();
}