diff options
-rw-r--r-- | services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java b/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java index 5db8867658be..de27d773504e 100644 --- a/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java +++ b/services/tests/mockingservicestests/src/com/android/server/am/SettingsToPropertiesMapperTest.java @@ -204,7 +204,7 @@ public class SettingsToPropertiesMapperTest { @Test public void testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() { - // Test that empty property will not not be set if setting is not set + // Test that empty property will not be set if setting is not set mTestMapper.updatePropertiesFromSettings(); String propValue = mSystemSettingsMap.get("TestProperty"); Assert.assertNull("Property should not be set if setting is null", propValue); |