Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Jan 20, 2025
1 parent 74d4e1c commit 21e2018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/darkleaf/di/tutorial/x_inspect_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
(reify p/Factory
(dependencies [_])
(build [_ _] :ok)
(demolish [_ _])))
(demolish [_ _])
#_"NOTE: no `p/description implemented"))

(t/deftest variable+factory-test
(t/is (= [(implicit-root `variable+factory)
Expand Down

0 comments on commit 21e2018

Please sign in to comment.