Fix DabTune VTS failure of BroadcastRadio v2.0

When cherry-picking I28b1406a26fa66bcf972a6efd42ee76a55bae374 from
android10-tests-dev to android11-tests-dev, TEST_F should've been modified to TEST_P
but it didn't.
This is just a simple fix for it.

Bug: 181910201
Signed-off by: Kihyung Lee <kihyunglee@google.com>

Change-Id: Iacdb98b988d57f3edccab75b84d05dc3251fdd7f
This commit is contained in:
Kihyung Lee
2021-03-11 16:29:55 +09:00
parent 63ccd2dbf2
commit 85c1b4a267

View File

@@ -495,7 +495,7 @@ TEST_P(BroadcastRadioHalTest, TuneFailsWithInvalid) {
* invoked carrying a proper selector;
* - program changes exactly to what was requested.
*/
TEST_F(BroadcastRadioHalTest, DabTune) {
TEST_P(BroadcastRadioHalTest, DabTune) {
ASSERT_TRUE(openSession());
ProgramSelector sel = {};