Conform unit test macros to naming scheme

This commit is contained in:
Henrik Lissner 2018-01-01 16:59:30 -05:00
parent fd11f958f9
commit c9a878a62f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
;;; lang/org/test/autoload-org.el
(defmacro should-org-buffer!! (source expected &rest body)
`(should-buffer! ,source ,expected
`(should-buffer!! ,source ,expected
(org-mode)
,@body))