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

Commit efef50cc authored by Vadim Tryshev's avatar Vadim Tryshev Committed by android-build-merger
Browse files

Merge "Removing numbers from error message" into ub-launcher3-qt-qpr1-dev am: 5e893727

am: c6c63706

Change-Id: Ib257e80620657a5e3d34f2eb2931ac9e09637a1b
parents 897ff124 c6c63706
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -763,8 +763,7 @@ public final class LauncherInstrumentation {
        final Bundle parcel = (Bundle) executeAndWaitForEvent(
                () -> linearGesture(startX, startY, endX, endY, steps),
                event -> TestProtocol.SWITCHED_TO_STATE_MESSAGE.equals(event.getClassName()),
                "Swipe failed to receive an event for the swipe end: " + startX + ", " + startY
                        + ", " + endX + ", " + endY);
                "Swipe failed to receive an event for the swipe end");
        assertEquals("Swipe switched launcher to a wrong state;",
                TestProtocol.stateOrdinalToString(expectedState),
                TestProtocol.stateOrdinalToString(parcel.getInt(TestProtocol.STATE_FIELD)));