We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 825ef47 commit b273649Copy full SHA for b273649
test/nextjournal/clerk/analyzer2_test.clj
@@ -364,7 +364,6 @@ my-uuid")]
364
(is (empty? (-> "(ns foo (:require [clojure.set :as set])) (set/union #{1} #{2})" analyze-string :->analysis-info ana/unhashed-deps))))
365
366
(testing "should have analysis info and no unhashed deps for `dep/graph`"
367
- (prn :find-location (ana/find-location 'weavejester.dependency/graph))
368
(let [{:keys [->analysis-info]} (analyze-string "(ns foo (:require [weavejester.dependency :as dep])) (dep/graph)")]
369
(is (empty? (ana/unhashed-deps ->analysis-info)))
370
(is (match? {:jar string?} (->analysis-info 'weavejester.dependency/graph)))))
0 commit comments