]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix recently introduced test failure
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Feb 2025 16:40:51 +0000 (17:40 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 13 Feb 2025 11:51:23 +0000 (12:51 +0100)
* test/lisp/progmodes/go-ts-mode-tests.el
(go-mod-ts-mode-test-indentation): Fix test.

(cherry picked from commit b9552ad8442ad20ed47b2d312a666585e23958fa)

test/lisp/progmodes/go-ts-mode-tests.el

index 7a4d74537992ac7e24e2cef6b1cae8be4a9d4de9..abd0f5f94eb8394a2b591576d2d119af59119445 100644 (file)
@@ -36,7 +36,7 @@
 
 ;; go-mod-ts-mode
 
-(ert-deftest go-work-ts-mode-test-indentation ()
+(ert-deftest go-mod-ts-mode-test-indentation ()
   (skip-unless (treesit-ready-p 'gomod))
   (ert-test-erts-file (ert-resource-file "indent-mod.erts")))