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

Commit 2977523d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "correct the comments information for settings" am: 85563e7a

parents 0c7aea93 85563e7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -204,7 +204,7 @@ public class SettingsToPropertiesMapperTest {


    @Test
    @Test
    public void testUpdatePropertiesFromSettings_PropertyAndSettingNotPresent() {
    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();
        mTestMapper.updatePropertiesFromSettings();
        String propValue = mSystemSettingsMap.get("TestProperty");
        String propValue = mSystemSettingsMap.get("TestProperty");
        Assert.assertNull("Property should not be set if setting is null", propValue);
        Assert.assertNull("Property should not be set if setting is null", propValue);