Skip to content

Commit

Permalink
initialize dynamic binding in test
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 4, 2023
1 parent f913a92 commit e6ad61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/clojure/clojure/tools/deps/test_deps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
(let [res (deps/resolve-deps {:deps {'ex/a {:fkn/version "1"}}} nil)]
(libs->lib-ver res))))))

(def ^:dynamic ^File *test-dir*)
(def ^:dynamic ^File *test-dir* nil)

(defmacro with-test-dir
[& body]
Expand Down

0 comments on commit e6ad61d

Please sign in to comment.