diff options
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 42fab5c..0ce46ad 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -145,7 +145,7 @@ (insert "\n* top level\n\n** second\n\n") (org-mode) (show-all) - (should-error (bog-citekey-from-notes)))) + (should-not (bog-citekey-from-notes)))) ;;; File functions |