]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename treesitter test
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Jul 2024 17:25:42 +0000 (19:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 21:45:59 +0000 (23:45 +0200)
* test/lisp/align-tests.el (align-ts-lua): Rename test in order to
fit to treesitter tests on EMBA.

(cherry picked from commit 17c62c1242faeab030d4b0d05dc00cc8c3d8ae5f)

test/lisp/align-tests.el

index eaebaf8360c78aafc41a49f1a50bf8a12265a4cb..486658a9523061a9ed9bbb9596469280d0a82603 100644 (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))