t/548-motif-hints: add missing $x->flush after $x->change_property

I noticed the test was flaky before, possibly this fixes it.

related to #3009
This commit is contained in:
Michael Stapelberg 2022-11-06 18:04:13 +01:00 committed by Michael Stapelberg
parent 9dcf37b428
commit 2a91514a31

View File

@ -67,6 +67,7 @@ sub _change_motif_property {
32, 5, 32, 5,
pack('L5', 2, 0, $value, 0, 0), pack('L5', 2, 0, $value, 0, 0),
); );
$x->flush;
} }
sub open_window_with_motifs { sub open_window_with_motifs {