Merge "Migrate away from deprecated Truth APIs."
This commit is contained in:
committed by
Android (Google) Code Review
commit
7aadf2da70
@@ -99,7 +99,7 @@ public class AccessibilitySettingsTest {
|
||||
final List<String> keys =
|
||||
XmlTestUtils.getKeysFromPreferenceXml(mContext, R.xml.accessibility_settings);
|
||||
|
||||
assertThat(keys).containsAllIn(niks);
|
||||
assertThat(keys).containsAtLeastElementsIn(niks);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user