Skip to content

Commit a233ee6

Browse files

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/orchard/java.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,4 @@
440440
441441
This is a def for allowing others to wait for this workload to complete (can be useful sometimes)."
442442
(future
443-
(initialize-cache!)))
443+
(initialize-cache!)))

test/orchard/info_test.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
[clojure.test :as test :refer [deftest is testing use-fixtures]]
44
[clojure.string :as str]
55
[orchard.info :as info]
6+
[orchard.java :as java]
67
[orchard.misc :as misc]
78
[orchard.cljs.test-env :as test-env]
89
[orchard.meta :as meta]
910
[orchard.test-ns]))
1011

12+
@java/cache-initializer ;; make tests more deterministic
13+
1114
(def ^:dynamic *cljs-params*)
1215

1316
(defn wrap-info-params

0 commit comments

Comments
 (0)