emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bug-hunter 17d7343 74/95: Fix test


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter 17d7343 74/95: Fix test
Date: Fri, 27 Nov 2020 22:07:00 -0500 (EST)

branch: externals/bug-hunter
commit 17d734366eeb34ec84822f06aa76ba3415270c0c
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]