Fixing typo

Change-Id: Ifba10c3d804f6c009b9ce40732c08ea17ee7b559
This commit is contained in:
vadimt 2019-12-17 14:58:10 -08:00
parent 158a0b9059
commit 97d7b9024d
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ public final class LauncherInstrumentation {
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));
}