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

Commit d14c779c authored by Ady Abraham's avatar Ady Abraham Committed by Gerrit Code Review
Browse files

Merge "Update test expectations with changed names of D8 synthetics"

parents a06c417b 247ee629
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ public final class LooperStatsTest {
        assertThat(entry3.handlerClassName).isEqualTo(
                "com.android.internal.os.LooperStatsTest$TestHandlerSecond");
        assertThat(entry3.messageName).startsWith(
                "com.android.internal.os.LooperStatsTest-$$ExternalSyntheticLambda");
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda4");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);