ribelo / doxa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests are failing

fnumatic opened this issue · comments

The file ./resources/james-bond.edn does not exist.

test/ribelo/doxa_test.cljc@L394

(def bond-db
  (let [data (read-string (slurp "./resources/james-bond.edn"))]
    (dx/commit {} (into [] (map (fn [tx] [:dx/put tx])) data))))

I have already uploaded the file.