Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure CLI by
closed by

test-dep-choice

There is no call to is, so test succeeds trivially.
I think the correct value to compare against should be {:a "1", :b "1", :c "2"} instead of {:a 1, :b 1, :c 2}, looking at other tests in this area.

closed with the note: fixed in tools.deps

1 Answer

0 votes
by
selected by
 
Best answer

Thanks, fixed

...