branch: elpa/nix-mode
commit a0fc6db303bce1b8d768d5b357e070116bf177bf
Author: Jakub Piecuch <j.piecuc...@gmail.com>
Commit: Jakub Piecuch <j.piecuc...@gmail.com>

    Fix testcase file name.
---
 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 6f41199a27..106ad3ba13 100644
--- a/tests/nix-mode-tests.el
+++ b/tests/nix-mode-tests.el
@@ -231,7 +231,7 @@ Related issue: https://github.com/NixOS/nix-mode/issues/72";
   "Proper indentation of attrsets inside of lists inside of attrsets.
 
 Related issue: https://github.com/NixOS/nix-mode/issues/94";
-  (with-nix-mode-test ("issue-60.1.nix" :indent 'smie-indent-line)))
+  (with-nix-mode-test ("issue-94.nix" :indent 'smie-indent-line)))
 
 (ert-deftest nix-mode-test-indent-lambdas-smie ()
   "Proper indentation of function bodies."

Reply via email to