branch: elpa/pacmacs
commit d763bd0f823cdb6f4bb3f73dbb9920163a10931c
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    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