From ea3c247e661339b8c57a55a719402daf44e1eb57 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 16 Mar 2026 15:05:05 +1000 Subject: [PATCH] test: change where our finger ends up before releasing No effect on the test right now but on some small test touchpads this is close enough to the edge to mess with future tests. --- test/test-touchpad-tap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-touchpad-tap.c b/test/test-touchpad-tap.c index 3ef82b54..b96a80c3 100644 --- a/test/test-touchpad-tap.c +++ b/test/test-touchpad-tap.c @@ -1123,7 +1123,7 @@ START_TEST(touchpad_tap_n_drag) break; } litest_touch_down(dev, 0, 50, 50); - litest_touch_move_to(dev, 0, 50, 50, 80, 80, 20); + litest_touch_move_to(dev, 0, 50, 50, 70, 70, 20); litest_dispatch(li);