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

Commit 30d28b1c authored by Nathalie Le Clair's avatar Nathalie Le Clair
Browse files

Set config values explicitely in unit tests

Fixes: 187275931
Test: atest
Change-Id: Ie8a1707b760a157181100dc6a49b4a70ea5f096f
parent d261ad7b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,8 @@ public class HdmiCecLocalDevicePlaybackTest {
        mPlaybackLogicalAddress = mHdmiCecLocalDevicePlayback.getDeviceInfo().getLogicalAddress();
        mHdmiControlService.getHdmiCecNetwork().addCecDevice(INFO_TV);
        mNativeWrapper.clearResultMessages();
        mHdmiCecLocalDevicePlayback.mPlaybackDeviceActionOnRoutingControl =
                HdmiProperties.playback_device_action_on_routing_control_values.NONE;
    }

    @Test