Loading init/persistent_properties_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
init/persistent_properties_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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