mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 02:42:35 +00:00
Merge "Fix testListProperties test." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
e7e4b60c13
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user