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

Commit 713244e9 authored by Garret Kelly's avatar Garret Kelly Committed by android-build-merger
Browse files

Merge "Make test expectation match comment" into qt-dev am: 282c8d06

am: 5b6d16c9

Change-Id: Ief83c483bf98fd37246361b66800c6c09e7c9616
parents d1f22ba2 5b6d16c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ bool verify_attestation_record(const string& challenge, const string& app_id,
            strptime(date.c_str(), "%Y-%m-%d", &time);

            // Day of the month (0-31)
            EXPECT_GT(time.tm_mday, 0);
            EXPECT_GE(time.tm_mday, 0);
            EXPECT_LT(time.tm_mday, 32);
            // Months since Jan (0-11)
            EXPECT_GE(time.tm_mon, 0);