Fix recently introduced test failure
* test/lisp/progmodes/go-ts-mode-tests.el (go-mod-ts-mode-test-indentation): Fix test.
This commit is contained in:
parent
5d4927192a
commit
b9552ad844
1 changed files with 1 additions and 1 deletions
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue