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

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

[nongnu] elpa/pacmacs d763bd0f82 121/472: Fix the UTs


From: ELPA Syncer
Subject: [nongnu] elpa/pacmacs d763bd0f82 121/472: Fix the UTs
Date: Thu, 6 Jan 2022 21:59:18 -0500 (EST)

branch: elpa/pacmacs
commit d763bd0f823cdb6f4bb3f73dbb9920163a10931c
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Fix the UTs
---
 test/pacmacs-board-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/pacmacs-board-test.el b/test/pacmacs-board-test.el
index f936a17905..61a850ccc3 100644
--- a/test/pacmacs-board-test.el
+++ b/test/pacmacs-board-test.el
@@ -44,7 +44,7 @@
 
 (ert-deftest pacmacs--step-point-test ()
   (let ((board (list :width 3
-                     :heigth 2))
+                     :height 2))
         (row 0)
         (column 0))
     (should (equal (cons 0 1) (pacmacs--step-point board



reply via email to

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