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

Commit c16f1583 authored by Sarah Chin's avatar Sarah Chin
Browse files

Update test to TEST_P

VTS tests were moved to parameterized gtests (TEST_F -> TEST_P),
so update the test for getSimPhonebookRecords to prevent compile errors

Test: mm
Fix: 183964306
Change-Id: Ib35c3c06fbe3fa2205bdcd44f70bda805fcb8301
parent d4ab4409
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -818,7 +818,7 @@ TEST_P(RadioHidlTest_v1_6, getSimPhonebookCapacity) {
/*
 * Test IRadio.updateSimPhonebookRecords() for the response returned.
 */
TEST_F(RadioHidlTest_v1_6, updateSimPhonebookRecords) {
TEST_P(RadioHidlTest_v1_6, updateSimPhonebookRecords) {
    serial = GetRandomSerialNumber();
    radio_v1_6->getSimPhonebookCapacity(serial);
    EXPECT_EQ(std::cv_status::no_timeout, wait());