Adds cloud approach to reading excel
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
(use-fixtures :each wrap-setup)
|
||||
|
||||
(deftest stream->sales-ordersx
|
||||
(deftest stream->sales-orders
|
||||
(testing "Should import nothing when there are no clients"
|
||||
(with-open [s (io/input-stream (io/resource "sample-ezcater.xlsx"))]
|
||||
(is (= [:missing "Nick The Greek (Santa Cruz)"] (first (sut/stream->sales-orders s))))))
|
||||
|
||||
Reference in New Issue
Block a user