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

Commit 98f38749 authored by Søren Gjesse's avatar Søren Gjesse
Browse files

Update test expectations with changed names of D8 synthetics

Test: FrameworksCoreTest:com.android.internal.os.LooperStatsTest
Bug: 179067442
Change-Id: I0403dd4eacb421be4527b0c730f04f6338c4160c
parent 648c2e4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -232,7 +232,7 @@ public final class LooperStatsTest {
        assertThat(entry3.handlerClassName).isEqualTo(
        assertThat(entry3.handlerClassName).isEqualTo(
                "com.android.internal.os.LooperStatsTest$TestHandlerSecond");
                "com.android.internal.os.LooperStatsTest$TestHandlerSecond");
        assertThat(entry3.messageName).startsWith(
        assertThat(entry3.messageName).startsWith(
                "com.android.internal.os.-$$Lambda$LooperStatsTest$");
                "com.android.internal.os.LooperStatsTest-$$ExternalSyntheticLambda");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);
        assertThat(entry3.exceptionCount).isEqualTo(0);