Merge "Make testMultipleMessagesDispatched slightly less overspecified." am: b9787b1ea7 am: 8b8ff9f5f6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2030263

Change-Id: If9992846179a9dc3725cfb9d3443a6985460e71e
This commit is contained in:
Treehugger Robot
2022-03-19 02:05:13 +00:00
committed by Automerger Merge Worker

View File

@@ -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$$ExternalSyntheticLambda");
assertThat(entry3.messageCount).isEqualTo(1);
assertThat(entry3.recordedMessageCount).isEqualTo(1);
assertThat(entry3.exceptionCount).isEqualTo(0);