emacs-diffs
[Top][All Lists]
Advanced

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

master e893fd1073: Fix failing test for package Hierarchy


From: Eli Zaretskii
Subject: master e893fd1073: Fix failing test for package Hierarchy
Date: Fri, 28 Oct 2022 03:34:31 -0400 (EDT)

branch: master
commit e893fd10735239aeecae83805fc4cc6b37156a01
Author: Wamm K. D <jaft.r@outlook.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix failing test for package Hierarchy
    
    This fixes a typo in one of the tests of Hierarchy which was causing
    the test to fail.
    * test/lisp/emacs-lisp/hierarchy-tests.el (hierarchy-delayed-add-trees):
    Fix typo.
---
 test/lisp/emacs-lisp/hierarchy-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/hierarchy-tests.el 
b/test/lisp/emacs-lisp/hierarchy-tests.el
index d83460a2ba..97a0f7ba52 100644
--- a/test/lisp/emacs-lisp/hierarchy-tests.el
+++ b/test/lisp/emacs-lisp/hierarchy-tests.el
@@ -689,7 +689,7 @@ and then create a list of the number plus 0.0–0.9."
                       (190.5 '191)
                       (191 '192))))
         (hierarchy (hierarchy-new)))
-    (hierarchy-add-trees hierarchy '(191 190.5) parentfn
+    (hierarchy-add-trees hierarchy '(190 190.5) parentfn
                          #'hierarchy-examples-delayed--childrenfn nil t)
     (should (equal (hierarchy-roots hierarchy) '(192)))
     (should (equal (hierarchy-children hierarchy '192) '(191)))



reply via email to

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