Skip to content

Commit

Permalink
remove pr test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 28, 2024
1 parent f9bd876 commit c45df6b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/darkleaf/di/cache_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@
(di/stop system)
(t/is (empty? @cache))))

#_
(t/deftest print-method-test
(let [[_ cache :as system] (di/start [::root ::di/cache]
{::root :root
::foo :foo}
(di/collect-cache))]
(t/is (= "#darkleaf.di.core/cache[started]"
(pr-str @cache)))
(di/stop system)
(t/is (= "#darkleaf.di.core/cache[stopped]"
(pr-str @cache)))))


(defn- some+identical? [a b]
(and (some? a)
(some? b)
Expand Down

0 comments on commit c45df6b

Please sign in to comment.