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

Commit 75d3a7f9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix tuning race condition in broadcast radio VTS" into main

parents 3a6cbf9a 60c9e8e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -767,6 +767,7 @@ TEST_P(BroadcastRadioHalTest, HdTune) {
    }

    // try tuning
    mCallback->reset();
    auto result = mModule->tune(hdSel);

    // expect a failure if it's not supported
@@ -843,7 +844,7 @@ TEST_P(BroadcastRadioHalTest, DabTune) {
    }

    // try tuning

    mCallback->reset();
    auto result = mModule->tune(sel);

    // expect a failure if it's not supported