Merge "init: fix typo"
am: 15a14d1ad9
Change-Id: I3805f03671f0ed09320df88b96b5cd958a9f742d
This commit is contained in:
commit
00a15fc9bf
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();
|
entry.second == persistent_property_record.value();
|
||||||
});
|
});
|
||||||
ASSERT_TRUE(it != expected.end())
|
ASSERT_TRUE(it != expected.end())
|
||||||
<< "Found unexpected proprety (" << persistent_property_record.name() << ", "
|
<< "Found unexpected property (" << persistent_property_record.name() << ", "
|
||||||
<< persistent_property_record.value() << ")";
|
<< persistent_property_record.value() << ")";
|
||||||
expected.erase(it);
|
expected.erase(it);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue