Fixing typo
Change-Id: Ifba10c3d804f6c009b9ce40732c08ea17ee7b559
This commit is contained in:
parent
158a0b9059
commit
97d7b9024d
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue