Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97d7b902 authored by vadimt's avatar vadimt
Browse files

Fixing typo

Change-Id: Ifba10c3d804f6c009b9ce40732c08ea17ee7b559
parent 158a0b90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
    }