Browse Source

org-colview: Fix failing test

* testing/lisp/test-org-colview.el (test-org-colview/columns-width):
  Fix failing test.
Nicolas Goaziou 6 years ago
parent
commit
114de1571a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-org-colview.el

+ 1 - 1
testing/lisp/test-org-colview.el

@@ -142,7 +142,7 @@
   ;; Special case: width takes into account link narrowing in ITEM.
   (should
    (equal
-    '("* [123]" . 7)
+    '("* 123" . 5)
     (org-test-with-temp-text "* [[https://orgmode.org][123]]"
       (let ((org-columns-default-format "%ITEM")) (org-columns))
       (cons (get-char-property (point) 'org-columns-value-modified)