diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-15 15:56:05 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-15 15:56:05 -0500 |
commit | 3edcb52f38429dc2a05812e31413559f2a018e6c (patch) | |
tree | 328da368244c851bb582aa365fa5ef7fec5be24e /bog-tests.el | |
parent | 4dfcc52acdf179c3c1f80f8db9b4841999af65e1 (diff) | |
download | bog-3edcb52f38429dc2a05812e31413559f2a018e6c.tar.gz |
MNT: Remove bog-citekey-action heading from tests
This should have been changed with 9f58e9b.
Diffstat (limited to 'bog-tests.el')
-rw-r--r-- | bog-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bog-tests.el b/bog-tests.el index 48da709..be045f8 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -108,7 +108,7 @@ (org-back-to-heading) (should (equal (bog-citekey-from-property) citekey))))) -;; `bog-citekey-action' +;; `bog-citekey-from-notes' (ert-deftest bog-citekey-from-notes-on-heading () (let ((citekey "name2010word")) |