Skip to content

Commit

Permalink
test: fix clipboard-plugin-test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Dec 16, 2023
1 parent a199717 commit 7e6df47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/plugins/clipboard/test-clipboard-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ test_clipboard_plugin_actions (ValentTestFixture *fixture,
valent_test_await_pending ();

g_action_group_activate_action (actions, "clipboard.pull", NULL);
valent_test_await_pending ();

valent_clipboard_read_text (valent_clipboard_get_default (),
NULL,
(GAsyncReadyCallback)valent_clipboard_read_text_cb,
Expand Down

0 comments on commit 7e6df47

Please sign in to comment.