test: fix tablet touch arbitration case

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-03-14 12:04:06 +10:00
parent c2b33f2a53
commit bb4f90de0b

View file

@ -4183,7 +4183,7 @@ touch_arbitration_remove_touch(struct litest_device *dev,
START_TEST(intuos_touch_arbitration_remove_touch)
{
touch_arbitration_remove_touch(litest_current_device(),
LITEST_WACOM_INTUOS,
LITEST_WACOM_FINGER,
true);
}
END_TEST