correct the comments information for settings

Change-Id: I2931f9cdb22de8749e755b4efc0ce347868ed915
Signed-off-by: zhangjincheng <zhangjincheng@xiaomi.com>
This commit is contained in:
zhangjincheng
2022-06-22 14:23:18 +08:00
committed by jincheng zhang
parent b8126a28cc
commit df0acf74ea

View File

@@ -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);