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:
parent
684e96a30d
commit
17c62c1242
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
(autoload 'treesit-ready-p "treesit")
|
(autoload 'treesit-ready-p "treesit")
|
||||||
|
|
||||||
(ert-deftest align-lua ()
|
(ert-deftest align-ts-lua ()
|
||||||
(skip-unless (treesit-ready-p 'lua t))
|
(skip-unless (treesit-ready-p 'lua t))
|
||||||
(let ((comment-column 20)
|
(let ((comment-column 20)
|
||||||
(indent-tabs-mode nil))
|
(indent-tabs-mode nil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue