Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Eliseev <[email protected]>
Co-authored-by: Mikhail Kuzmin <[email protected]>
  • Loading branch information
3 people committed Nov 2, 2024
1 parent 058adbd commit 1ec9d37
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions test/darkleaf/di/tutorial/x_inspect_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@

(t/deftest ok
(t/is (= [{:key ::di/implicit-root
:dependencies {`c :required}}
:dependencies {`c :required}
:meta {}}
{:key `c
:dependencies {`a :required `b :optional}}
{:key `a}
:dependencies {`a :required `b :optional}
:meta {}}
{:key `a
:meta {}}
{:key `b
:dependencies {`a :required}}]
:dependencies {`a :required}
:meta {}}]
(di/inspect `c))))

(t/deftest meta-test
Expand Down

0 comments on commit 1ec9d37

Please sign in to comment.