branch: externals/bug-hunter
commit 17d734366eeb34ec84822f06aa76ba3415270c0c
Author: Artur Malabarba <[email protected]>
Commit: Artur Malabarba <[email protected]>

    Fix test
---
 bug-hunter-test.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bug-hunter-test.el b/bug-hunter-test.el
index d55ebf3..ab886be 100644
--- a/bug-hunter-test.el
+++ b/bug-hunter-test.el
@@ -39,7 +39,8 @@
    (bug-hunter-hunt nil 'not-defined)))
 
 (ert-deftest bug-hunter-test-interactive ()
-  (cl-letf (((symbol-function #'y-or-n-p) #'ignore))
+  (cl-letf (((symbol-function #'y-or-n-p) #'ignore)
+            ((symbol-function #'read-char-choice) #'ignore))
     (should-error (bug-hunter-hunt
                    '(((kill-emacs) 0 1))
                    'interactive))))

Reply via email to