diff options
-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 0c737c4..7cb1911 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -168,7 +168,7 @@ (should (file-exists-p (expand-file-name (concat citekey ".pdf") bog-pdf-directory))) (should-not (file-exists-p (expand-file-name - (concat "one.pdf") bog-pdf-directory)))))) + (concat "one.pdf") bog-stage-directory)))))) (ert-deftest bog-pdf-citekeys-multiple-variants () (bog-tests--with-temp-dir |