juji-io / editscript

A library to diff and patch Clojure/ClojureScript data structures
Eclipse Public License 1.0
485 stars 23 forks source link

test namespaces need update #1

Closed miner closed 6 years ago

miner commented 6 years ago

lein test doesn't work. The files in test/editscript/diff/* need to have "diff" in their ns declarations. I guess the files were moved without updating the namespaces.

-(ns editscript.a-star-test +(ns editscript.diff.a-star-test

-(ns editscript.quick-test +(ns editscript.diff.quick-test

huahaiy commented 6 years ago

Nice catch. Thank you very much! It is now fixed.