diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 22:58:31 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-01 22:58:31 -0400 |
commit | 68ae8262b2ac3a5ae7ba7bf2a90da1ad9db5c51f (patch) | |
tree | 8ac63a405c587877c87d68022d6c150ca258e65b /bog-tests.el | |
parent | 3ad4c4332d82e0bf05d747067c9b2c7b9679d449 (diff) | |
parent | 3c49474c93d93cd5d0caf7f6a4cfaaf5b93bf86e (diff) | |
download | bog-68ae8262b2ac3a5ae7ba7bf2a90da1ad9db5c51f.tar.gz |
Merge branch 'citekey-selection-fallback'
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 |