diff --git a/test/touchpad.c b/test/touchpad.c index eae92025..95010192 100644 --- a/test/touchpad.c +++ b/test/touchpad.c @@ -1558,7 +1558,7 @@ START_TEST(touchpad_palm_detect_palm_becomes_pointer) litest_drain_events(li); litest_touch_down(dev, 0, 99, 50); - litest_touch_move_to(dev, 0, 99, 70, 0, 70, 5); + litest_touch_move_to(dev, 0, 99, 50, 0, 70, 5); litest_touch_up(dev, 0); libinput_dispatch(li);