org-colview: Fix failing test

* testing/lisp/test-org-colview.el (test-org-colview/columns-width):
  Fix failing test.
This commit is contained in:
Nicolas Goaziou 2019-01-01 17:23:35 +01:00
parent 1aaee28545
commit 114de1571a
1 changed files with 1 additions and 1 deletions

View File

@ -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)