test: fix copy/paste error in motion_delta_partial

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-12-14 08:49:57 +10:00
parent 7c449cf5f9
commit c7533b753d

View file

@ -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);