We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fa6de commit fcffd1fCopy full SHA for fcffd1f
test/excel_clj/core_test.clj
@@ -57,16 +57,3 @@
57
(append! new-data template temp-file)))
58
(finally
59
(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