Skip to content

Commit b273649

Browse files
committed
output
1 parent 825ef47 commit b273649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/nextjournal/clerk/analyzer2_test.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ my-uuid")]
364364
(is (empty? (-> "(ns foo (:require [clojure.set :as set])) (set/union #{1} #{2})" analyze-string :->analysis-info ana/unhashed-deps))))
365365

366366
(testing "should have analysis info and no unhashed deps for `dep/graph`"
367-
(prn :find-location (ana/find-location 'weavejester.dependency/graph))
368367
(let [{:keys [->analysis-info]} (analyze-string "(ns foo (:require [weavejester.dependency :as dep])) (dep/graph)")]
369368
(is (empty? (ana/unhashed-deps ->analysis-info)))
370369
(is (match? {:jar string?} (->analysis-info 'weavejester.dependency/graph)))))

0 commit comments

Comments
 (0)