org-footnote: Fix failing test

* testing/lisp/test-org-footnote.el (test-org-footnote/new): Fix
  failing test.
This commit is contained in:
Nicolas Goaziou 2018-09-05 19:04:34 +02:00
parent c475cc2886
commit 9029161bcd
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
;; When creating a new footnote, move to its definition.
(should
(string=
"[fn:1] "
"[fn:1]"
(org-test-with-temp-text "Text<point>"
(let ((org-footnote-auto-label t)
(org-footnote-auto-adjust nil))