Prechádzať zdrojové kódy

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.
Kyle Meyer 3 rokov pred
rodič
commit
96d91bea65
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      testing/lisp/test-org-attach-git.el

+ 1 - 0
testing/lisp/test-org-attach-git.el

@@ -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