test-org-attach-git: Fix recent failure to load tests

* testing/lisp/test-org-attach-git.el: Provide feature.

As of 9044b300e (org-test: Fix ERC errors using latest Emacs master,
2021-11-24), tests must provide a feature.
This commit is contained in:
Kyle Meyer 2021-11-27 16:16:14 -05:00
parent b9cf130c91
commit 96d91bea65
1 changed files with 1 additions and 0 deletions

View File

@ -92,4 +92,5 @@
(should (string-equal "hello world\n" (buffer-string))))
(should (eq called 'was-called)))))))
(provide 'test-org-attach-git)
;;; test-org-attach-git.el ends here