diff --git a/project.clj b/project.clj index 73804f0..7ded775 100644 --- a/project.clj +++ b/project.clj @@ -23,6 +23,6 @@ [org.clojars.quoll/raphael "0.1.6"] [instaparse "1.4.12"]] :main ^:skip-aot org.domaindrivenarchitecture.activity-pub-poc.core - :profiles {:test {:test-paths ["src/test/cljc"] + :profiles {:test {:test-paths ["src/test/clj"] :resource-paths ["src/test/resources"] :dependencies [[dda/data-test "0.1.1"]]}})