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

Commit e41d9220 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7863714 from 3958c697 to sc-v2-release

Change-Id: I0f9a7d2b7bd50243b67f19138cf731c97126d548
parents d86e5544 3958c697
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -606,7 +606,8 @@ TEST_P(RadioHidlTest_v1_6, setSimCardPower_1_6) {
    if (radioRsp_v1_6->rspInfo.error == ::android::hardware::radio::V1_6::RadioError::NONE) {
        /* Wait some time for setting sim power down and then verify it */
        updateSimCardStatus();
        EXPECT_EQ(CardState::PRESENT, cardStatus.base.base.base.cardState);
        // We cannot assert the consistency of CardState here due to b/203031664
        // EXPECT_EQ(CardState::PRESENT, cardStatus.base.base.base.cardState);
        // applications should be an empty vector of AppStatus
        EXPECT_EQ(0, cardStatus.applications.size());
    }