test: fix double parsing test

We should check that we actually have a double here...

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1059>
This commit is contained in:
Peter Hutterer 2024-10-13 19:01:50 +10:00
parent 8696e80136
commit 88feb3f25c

View file

@ -1239,7 +1239,7 @@ START_TEST(quirks_parse_double_attr)
if (!rc)
continue;
ck_assert_int_eq(v, t->val);
ck_assert_double_eq(v, t->val);
}
}
}