From e98900e5836c7190c04c4a5ba2c9ca9eeb16d0b9 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Fri, 8 Dec 2023 17:15:40 +0200 Subject: [PATCH] Create the test file --- test/loiste/core_test.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/loiste/core_test.clj b/test/loiste/core_test.clj index 8d1ff18..7dc2f1e 100644 --- a/test/loiste/core_test.clj +++ b/test/loiste/core_test.clj @@ -64,6 +64,7 @@ ;; Keep the file around after tests for testing opening, ;; but remove on the start. (let [file (io/file "test-out" "new-file-test.xslx")] + (io/make-parents file) (doseq [wb* [(l/workbook) (l/streaming-workbook)]] (.delete file)