Merge "correct the comments information for settings"

This commit is contained in:
Treehugger Robot
2022-06-22 20:36:37 +00:00
committed by Gerrit Code Review

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