Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a141907e authored by Tom Cherry's avatar Tom Cherry
Browse files

init: fix typo

Test: build
Change-Id: I2f6ff60356087f9fd6c6f24e3923d70b9e93dcf8
parent f5dba110
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }