From b9cf130c91c07b237abe62fb154585a31670fd1e Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 27 Nov 2021 16:16:14 -0500 Subject: [PATCH] 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. --- testing/lisp/test-org-attach-git.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-org-attach-git.el b/testing/lisp/test-org-attach-git.el index 4254a15cf..c764f2ab1 100644 --- a/testing/lisp/test-org-attach-git.el +++ b/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