diff --git a/project.clj b/project.clj index 469f42ed..5696b011 100644 --- a/project.clj +++ b/project.clj @@ -112,7 +112,7 @@ [lein-ancient "0.6.15"]] :clean-targets ^{:protect false} ["resources/public/js/compiled" "target"] :ring {:handler auto-ap.handler/app} - :source-paths ["iol_ion/src" "src/clj" "src/cljc" "src/cljs" ] + :source-paths ["src/clj" "src/cljc" "src/cljs" "iol_ion/src" ] :resource-paths ["resources"] :aliases {"build" ["do" "clean" ["uberjar"]] "fig:dev" ["run" "-m" "figwheel.main" "-b" "dev" "-r"] diff --git a/test/clj/auto_ap/import/transactions_test.clj b/test/clj/auto_ap/import/transactions_test.clj index 64b9536f..2f17f13e 100644 --- a/test/clj/auto_ap/import/transactions_test.clj +++ b/test/clj/auto_ap/import/transactions_test.clj @@ -16,7 +16,7 @@ (def base-transaction #:transaction {:date #inst "2020-01-02T00:00:00-08:00" :raw-id "1" - :id #_{:clj-kondo/ignore [:unresolved-var]} + :id (di/sha-256 "1") :amount 12.0 :description-original "original-description"