mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-06 04:30:28 +01:00
test: fix copy/paste error in motion_delta_partial
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
7c449cf5f9
commit
c7533b753d
1 changed files with 1 additions and 1 deletions
|
|
@ -1043,7 +1043,7 @@ START_TEST(motion_delta_partial)
|
|||
litest_assert_double_eq(dx, 0.0);
|
||||
|
||||
ck_assert(!libinput_event_tablet_tool_axis_has_changed(tablet_event,
|
||||
LIBINPUT_TABLET_TOOL_AXIS_X));
|
||||
LIBINPUT_TABLET_TOOL_AXIS_Y));
|
||||
dy = libinput_event_tablet_tool_get_axis_delta(tablet_event,
|
||||
LIBINPUT_TABLET_TOOL_AXIS_Y);
|
||||
litest_assert_double_eq(dy, 0.0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue