Skip to content

Commit

Permalink
fix registries_test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Feb 18, 2025
1 parent b8b7054 commit d689d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/darkleaf/di/registries_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(build [_ deps]
(p/build factory deps))
(demolish [_ obj]
(p/build factory obj)))))))
(p/demolish factory obj)))))))

(t/deftest null-registry-middleware-test
(with-open [root (di/start `root (null-registry-middleware))]
Expand Down

0 comments on commit d689d3d

Please sign in to comment.