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

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

[elpa] externals/bug-hunter c7103b8 27/95: Fix test


From: Stefan Monnier
Subject: [elpa] externals/bug-hunter c7103b8 27/95: Fix test
Date: Fri, 27 Nov 2020 22:06:51 -0500 (EST)

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

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

diff --git a/bug-hunter-test.el b/bug-hunter-test.el
index c3b98c6..91f1122 100644
--- a/bug-hunter-test.el
+++ b/bug-hunter-test.el
@@ -11,14 +11,14 @@
 
 (ert-deftest bug-hunter-test ()
   (should
-   (equal '(2 (error void-variable not-defined))
+   (equal [2 (error void-variable not-defined)]
           (bug-hunter-hunt
            '((setq test 1)
              (setq test 2)
              not-defined)
            nil)))
   (should
-   (equal '(2 t)
+   (equal [2 t]
           (bug-hunter-hunt
            '((setq test0 0)
              (setq test1 1)



reply via email to

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