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

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

Merge "Fix init flags test" am: 3ab0eec7

parents 7996f586 3ab0eec7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ public class BluetoothDeviceConfigChangeTrackerTest {

        boolean shouldRestart =
                changeTracker.shouldRestartWhenPropertiesUpdated(
                        new Properties.Builder("another_namespace")
                        new Properties.Builder(DeviceConfig.NAMESPACE_BLUETOOTH)
                                .setString("INIT_a", "false")
                                .build());