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

Commit 5b472ec1 authored by Shuo Qian's avatar Shuo Qian Committed by Android (Google) Code Review
Browse files

Merge "Add Sim absent assertion in the 1.0 setup" into oc-dev

parents ad6b1eb8 69cfb0aa
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,6 +35,10 @@ void RadioHidlTest::SetUp() {
    EXPECT_EQ(RadioResponseType::SOLICITED, radioRsp->rspInfo.type);
    EXPECT_EQ(serial, radioRsp->rspInfo.serial);
    EXPECT_EQ(RadioError::NONE, radioRsp->rspInfo.error);

    /* Vts Testing with Sim Absent only. This needs to be removed later in P when sim present
     * scenarios will be tested. */
    EXPECT_EQ(CardState::ABSENT, cardStatus.cardState);
}

void RadioHidlTest::TearDown() {}