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

Commit 18263029 authored by Nazanin Bakhshi's avatar Nazanin Bakhshi Committed by Android (Google) Code Review
Browse files

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

parents 91d50482 6d586607
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);
}

/*