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

Commit aba14a24 authored by Weilin Xu's avatar Weilin Xu
Browse files

Fix HD tune test in bcradio VTS

Bug: 315206962
Test: atest VtsHalBroadcastradioAidlTargetTest
Change-Id: Icfdc9af0a18896d6b60900015c9e2063774dff7d
parent c145f844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ TEST_P(BroadcastRadioHalTest, HdTune) {
    ProgramInfo infoCb = mCallback->getCurrentProgramInfo();
    LOG(DEBUG) << "Current program info: " << infoCb.toString();
    // it should tune exactly to what was requested
    EXPECT_EQ(infoCb.selector, hdSel);
    EXPECT_EQ(infoCb.selector.primaryId, hdSel.primaryId);
    EXPECT_EQ(infoCb.physicallyTunedTo, physicallyTunedToExpected);
}