Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df0acf74 authored by zhangjincheng's avatar zhangjincheng Committed by jincheng zhang
Browse files

correct the comments information for settings



Change-Id: I2931f9cdb22de8749e755b4efc0ce347868ed915
Signed-off-by: default avatarzhangjincheng <zhangjincheng@xiaomi.com>
parent b8126a28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);