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

Commit e1487d5d authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by Automerger Merge Worker
Browse files

Merge "Remove requirement for VtsHalRadioV1_3 tests for sim to be present"...

Merge "Remove requirement for VtsHalRadioV1_3 tests for sim to be present" into rvc-dev am: 18263029

Change-Id: I8ae7e0772756b0e8ac112ffb6216544291d96633
parents ef35e95a 18263029
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -38,9 +38,6 @@ void RadioHidlTest_v1_3::SetUp() {
    EXPECT_EQ(RadioResponseType::SOLICITED, radioRsp_v1_3->rspInfo.type);
    EXPECT_EQ(serial, radioRsp_v1_3->rspInfo.serial);
    EXPECT_EQ(RadioError::NONE, radioRsp_v1_3->rspInfo.error);

    /* Enforce Vts Testing with Sim Status Present only. */
    EXPECT_EQ(CardState::PRESENT, cardStatus.base.cardState);
}

/*