From 5c6033b5c8457a9ca7faf0e03688d1322d6000bc Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 21 Jun 2023 14:03:59 +0200 Subject: [PATCH] Update test paths --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]]}})