Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 28, 2024
1 parent c45df6b commit 297c0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/darkleaf/di/cache_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
secondary (di/start `a
(di/use-cache cache)
{::param 'equal-but-not-identical})]
(t/is (some+not-identical? main secondary)))))
(t/is (some+not-identical? @main @secondary)))))

(t/deftest start-stop-order-test
(let [cache (atom {})
Expand Down

0 comments on commit 297c0f9

Please sign in to comment.