Merge "Fix check for DisabledDataStatusCheck"

This commit is contained in:
TreeHugger Robot
2023-01-07 04:36:02 +00:00
committed by Android (Google) Code Review

View File

@@ -307,7 +307,7 @@ TEST_P(UsbAidlTest, DisabledDataStatusCheck) {
}
}
}
EXPECT_LE(1, disabledCount);
EXPECT_GE(1, disabledCount);
ALOGI("UsbAidlTest DataStatusCheck end");
}