Rename treesitter test

* test/lisp/align-tests.el (align-ts-lua): Rename test in order to
fit to treesitter tests on EMBA.
This commit is contained in:
Michael Albinus 2024-07-15 19:25:42 +02:00
parent 684e96a30d
commit 17c62c1242

View file

@ -51,7 +51,7 @@
(autoload 'treesit-ready-p "treesit")
(ert-deftest align-lua ()
(ert-deftest align-ts-lua ()
(skip-unless (treesit-ready-p 'lua t))
(let ((comment-column 20)
(indent-tabs-mode nil))