Skip to content

Commit fcffd1f

Browse files
committed
remove accidental test
1 parent e6fa6de commit fcffd1f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/excel_clj/core_test.clj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,3 @@
5757
(append! new-data template temp-file)))
5858
(finally
5959
(io/delete-file temp-file)))))
60-
61-
62-
(deftest convert-pdy-test
63-
(let [temp-file (io/file (temp ".xlsx"))]
64-
(try
65-
(testing "Example code snippet writes successfully."
66-
(println "Writing example template...")
67-
(let [template (clojure.java.io/resource "uptime-template.xlsx")
68-
new-data {"raw" (table-grid example-template-data)}]
69-
(append! new-data template temp-file)))
70-
(finally
71-
(io/delete-file temp-file)))))
72-

0 commit comments

Comments
 (0)