The function symbol is not correctly quoted in the construction of the :actual value in a :pass type map for clojure.test.
It currently produces {{(list = 1 1)}} instead of {{(list '= 1 1)}} for an {{(is (= 1 1))}} test.
I haven't been able to come up with a workaround for this.