Преглед на файлове

test-org-attach-git: Fix file name in header and footer

* testing/lisp/test-org-attach-git.el: Update file name in the header
and footer to match the actual file name.
Kyle Meyer преди 3 години
родител
ревизия
b9cf130c91
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      testing/lisp/test-org-attach-git.el

+ 2 - 2
testing/lisp/test-org-attach-git.el

@@ -1,4 +1,4 @@
-;;; test-org-annex-attach.el --- Tests for Org Attach with git-annex
+;;; test-org-attach-git.el --- Tests for Org Attach with git-annex
 ;;
 ;; Copyright (c) 2016, 2019 Erik Hetzner
 ;; Authors: Erik Hetzner
@@ -92,4 +92,4 @@
 	   (should (string-equal "hello world\n" (buffer-string))))
 	 (should (eq called 'was-called)))))))
 
-;;; test-org-attach-annex.el ends here
+;;; test-org-attach-git.el ends here