diff options
-rw-r--r-- | bog-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bog-tests.el b/bog-tests.el index c6f87b3..133544b 100644 --- a/bog-tests.el +++ b/bog-tests.el @@ -394,7 +394,7 @@ some text" (should (file-exists-p (expand-file-name (concat citekey ".pdf") bog-file-directory))) (should-not (file-exists-p (expand-file-name - (concat "one.pdf") bog-stage-directory)))))) + "one.pdf" bog-stage-directory)))))) (ert-deftest bog-rename-staged-file-to-citekey-one-file-subdir () (bog-tests--with-temp-dir @@ -414,7 +414,7 @@ some text" (should (file-exists-p (expand-file-name (concat "2010/" citekey ".pdf") bog-file-directory))) (should-not (file-exists-p (expand-file-name - (concat "one.pdf") bog-stage-directory)))))) + "one.pdf" bog-stage-directory)))))) (ert-deftest bog-file-citekeys-multiple-variants () (bog-tests--with-temp-dir |