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

Commit 9276d5fb authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: fix typo" am: 15a14d1a am: 00a15fc9 am: 707a5ad2

am: 242f47d5

Change-Id: Ifedfc29e3a5713754fd92e98957fcf7870c56a37
parents 1311148f 242f47d5
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);
    }