Skip to content

Commit

Permalink
Merge pull request #1 from kepler16/jv/change-orkvxumyurky
Browse files Browse the repository at this point in the history
Increase print-length for reported error props
  • Loading branch information
julienvincent authored Aug 26, 2024
2 parents 6377cff + 21d0e6a commit ec732e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/k16/forge/reporting.clj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
(puget/pprint (:expected report) puget-opts)
(println \newline "Actual"))
(println "Failed with exception"))
(pretty.exceptions/print-exception (:actual report)))
(binding [pretty.exceptions/*print-level* 15]
(pretty.exceptions/print-exception (:actual report))))

(= :matcher-combinators.clj-test/mismatch
(-> report :actual meta :type))
Expand Down

0 comments on commit ec732e3

Please sign in to comment.