diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 42f9cb80f6..1b8adefba1 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -505,7 +505,7 @@ public final class LauncherInstrumentation { checkForAnomaly(); Assert.fail(formatSystemHealthMessage(formatErrorWithEvents( "http://go/tapl test failure:\nContext: " + getContextDescription() - + " - visible state is " + getVisibleStateMessage() + + " => resulting visible state is " + getVisibleStateMessage() + ";\nDetails: " + message, true))); }