branch: elpa/nix-mode
commit dd5f937a49fa1c30ef5744228edb8afa50112473
Author: Jakub Piecuch <[email protected]>
Commit: Jakub Piecuch <[email protected]>
Change the description of a couple of tests.
---
tests/nix-mode-tests.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/nix-mode-tests.el b/tests/nix-mode-tests.el
index 398390b795..2a58e0d67c 100644
--- a/tests/nix-mode-tests.el
+++ b/tests/nix-mode-tests.el
@@ -166,19 +166,19 @@ Related issue:
https://github.com/NixOS/nix-mode/issues/72"
(with-nix-mode-test ("issue-72.nix" :indent 'nix-indent-line)))
(ert-deftest nix-mode-test-indent-hello-smie ()
- "Proper indentation of strings in a multi-line string."
+ "Proper indentation of a simple derivation."
(with-nix-mode-test ("hello.nix" :indent 'smie-indent-line)))
(ert-deftest nix-mode-test-indent-hello ()
- "Proper indentation of strings in a multi-line string."
+ "Proper indentation of a simple derivation."
(with-nix-mode-test ("hello.nix" :indent 'nix-indent-line)))
(ert-deftest nix-mode-test-indent-all-packages-smie ()
- "Proper indentation of strings in a multi-line string."
+ "Proper indentation of a set of package definitions."
(with-nix-mode-test ("all-packages.nix" :indent 'smie-indent-line)))
(ert-deftest nix-mode-test-indent-issue-74-smie ()
- "Proper indentation of strings in a multi-line string."
+ "Proper indentation of a set of package definitions."
(with-nix-mode-test ("issue-74.nix" :indent 'smie-indent-line)))
(ert-deftest nix-mode-test-indent-issue-77-smie ()