test: fix a test missing frame events

This commit is contained in:
Peter Hutterer 2023-11-08 12:56:04 +10:00
parent 35832d9fe1
commit 44e7f2cbc4

View file

@ -257,6 +257,7 @@ MUNIT_TEST(eistest_device_ignore_paused_device)
peck_assert_no_ei_events(ei);
with_emulation(device, ++sequence) {
ei_device_pointer_motion(device, 1, 1);
ei_device_frame(device, ei_now(ei));
}
}
@ -282,6 +283,7 @@ MUNIT_TEST(eistest_device_ignore_paused_device)
peck_assert_no_ei_events(ei);
ei_device_pointer_motion(device, 1, 1);
ei_device_frame(device, ei_now(ei));
}
}