Skip to content

Commit f29ccf3

Browse files
committed
test-org-fold: Cover the issue fixed by previous commit
* testing/lisp/test-org-fold.el (test-org-fold/org-fold-reveal-broken-structure): Test `org-delete-char' instead of `delete-char'. The former is the function used interactively.
1 parent a79a742 commit f29ccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/lisp/test-org-fold.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Text here"
410410
(re-search-forward "Text")
411411
(should (org-invisible-p))
412412
(goto-char 1)
413-
(delete-char 1)
413+
(org-delete-char 1)
414414
(re-search-forward "Text")
415415
(should-not (org-invisible-p)))
416416
(org-test-with-temp-text

0 commit comments

Comments
 (0)