commit | 97d7b9024d34cc6c9af85c960bb8b51935c0fe3a | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Dec 17 14:58:10 2019 -0800 |
committer | vadimt <vadimt@google.com> | Tue Dec 17 14:58:10 2019 -0800 |
tree | 11643c6fe58e22f30b9de11d625f42a113ac52c2 | |
parent | 158a0b905960acb3e9412f6a66caa23eaefd31fb [diff] |
Fixing typo Change-Id: Ifba10c3d804f6c009b9ce40732c08ea17ee7b559
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 7642bbb..b715de0 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -803,7 +803,7 @@ executeAndWaitForEvent( command, event -> isSwitchToStateEvent(event, expectedState, actualEvents), - () -> "Failed to receive an event for the stage change: expected " + () -> "Failed to receive an event for the state change: expected " + TestProtocol.stateOrdinalToString(expectedState) + ", actual: " + eventListToString(actualEvents)); }