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

Commit e20b08ee authored by Weilin Xu's avatar Weilin Xu Committed by Automerger Merge Worker
Browse files

Fix tuning race condition in broadcast radio VTS am: 9bf75a33

parents 4354a087 9bf75a33
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -736,6 +736,7 @@ TEST_P(BroadcastRadioHalTest, HdTune) {
    }

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

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

    // try tuning

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

    // expect a failure if it's not supported