test: add missing NULL for a test device's udev properties

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1246>
This commit is contained in:
Peter Hutterer 2025-07-01 09:58:20 +10:00
parent d6f081730a
commit c83bd808ae

View file

@ -90,5 +90,6 @@ TEST_DEVICE(LITEST_WACOM_BAMBOO_2FG_FINGER,
{ "LIBINPUT_DEVICE_GROUP", "wacom-bamboo-2fg-group" },
{ "ID_INPUT_TABLET", "1" },
{ "ID_INPUT_TOUCHPAD", "1" },
{ NULL },
}
)