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

Commit 3c44f3c1 authored by Sam Dubey's avatar Sam Dubey
Browse files

Update test assertion after R8-D8 update

With aosp/2019896, D8 synthetics seems to have changed and the CL updates the test to match that.
Test: Forrest
Fix: 224015738
Change-Id: I75edc7c308bcf83714b75d74fe2486d93f328bea
parent 8efcd0ba
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$$ExternalSyntheticLambda4");
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda5");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);