init: fix typo
Test: build Change-Id: I2f6ff60356087f9fd6c6f24e3923d70b9e93dcf8
This commit is contained in:
parent
f5dba11085
commit
a141907ecf
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void CheckPropertiesEqual(std::vector<std::pair<std::string, std::string>> expec
|
|||
entry.second == persistent_property_record.value();
|
||||
});
|
||||
ASSERT_TRUE(it != expected.end())
|
||||
<< "Found unexpected proprety (" << persistent_property_record.name() << ", "
|
||||
<< "Found unexpected property (" << persistent_property_record.name() << ", "
|
||||
<< persistent_property_record.value() << ")";
|
||||
expected.erase(it);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue