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

Commit e023405b authored by Rahul Arya's avatar Rahul Arya
Browse files

Fix init flags test

Change-Id: I9e10e7ef4e56a103bfd2c916b27920487e2ab173
Test: atest BluetoothDeviceConfigChangeTrackerTest
Bug: 242348618
parent 7469e79a
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());