diff --git a/check-needles.py b/check-needles.py index 49c4c73a..e9821131 100755 --- a/check-needles.py +++ b/check-needles.py @@ -64,6 +64,7 @@ for testpath in testpaths: matchfuncs = ( "assert_screen", "assert_and_click", + "assert_and_dclick", "check_screen", "start_with_launcher", "send_key_until_needlematch",