From: Stefan Kangas Date: Wed, 12 Feb 2025 16:40:51 +0000 (+0100) Subject: Fix recently introduced test failure X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cb0d7fbc7eea63bbe1dd010c38a1038a9896be7;p=emacs.git Fix recently introduced test failure * test/lisp/progmodes/go-ts-mode-tests.el (go-mod-ts-mode-test-indentation): Fix test. (cherry picked from commit b9552ad8442ad20ed47b2d312a666585e23958fa) --- diff --git a/test/lisp/progmodes/go-ts-mode-tests.el b/test/lisp/progmodes/go-ts-mode-tests.el index 7a4d7453799..abd0f5f94eb 100644 --- a/test/lisp/progmodes/go-ts-mode-tests.el +++ b/test/lisp/progmodes/go-ts-mode-tests.el @@ -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")))