branch: elpa/nix-mode
commit 7526a43ea005b08204c18603f004dc1ed905dd99
Author: Elis Hirwing <[email protected]>
Commit: Elis Hirwing <[email protected]>
tests: Rename test for consistency with the rest
---
tests/nix-mode-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/nix-mode-tests.el b/tests/nix-mode-tests.el
index 7505908834..2487ea6674 100644
--- a/tests/nix-mode-tests.el
+++ b/tests/nix-mode-tests.el
@@ -70,7 +70,7 @@ function to do the indentation tests."
;; Run additional tests
,@body)))
-(ert-deftest nix-mode-indent-test-list-contents ()
+(ert-deftest nix-mode-test-indent-list-contents ()
"Proper indentation for items inside of a list."
(with-nix-mode-test ("list-contents.nix" :indent t)))