(defn fail-result [test-description assert-failed-exception] (merge (.details assert-failed-exception) test-description {:failure 1}))
Comments top
No comments for fail-result. Log in to add a comment.