Skip to content
Snippets Groups Projects
Commit 3ab0eec7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix init flags test"

parents 7942235e e023405b
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment