Fix testListProperties test.
We should update the config count in the unit test for ag/25331307. Test: atest android.hardware.automotive.vehicle@2.0-default-impl-unit-tests Bug: 310035422 Change-Id: I821e43ec7fda31007457821186cce7fd0bc4f9b6
This commit is contained in:
parent
4eae8de519
commit
60a76f0e04
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class DefaultVhalImplTest : public ::testing::Test {
|
|||
TEST_F(DefaultVhalImplTest, testListProperties) {
|
||||
std::vector<VehiclePropConfig> configs = mHal->listProperties();
|
||||
|
||||
EXPECT_EQ((size_t)124, configs.size());
|
||||
EXPECT_EQ((size_t)125, configs.size());
|
||||
}
|
||||
|
||||
TEST_F(DefaultVhalImplTest, testGetDefaultPropertyFloat) {
|
||||
|
|
Loading…
Reference in a new issue