Merge "Fix testListProperties test." into main

This commit is contained in:
Treehugger Robot
2023-11-30 22:48:12 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {