From 562f088b4804ff13eaf63deea2955bdd91614575 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 6 Jan 2016 02:00:55 -0500 Subject: bog-tests.el: Fix some leftover concats --- bog-tests.el | 4 ++-- 1 file 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 -- cgit v1.2.3