Welcome! Please see the About page for a little more info on how this works.
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.
is
{:a "1", :b "1", :c "2"}
{:a 1, :b 1, :c 2}
Thanks, fixed