Skip to content

Commit

Permalink
Increase print-length for reported error props
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Aug 26, 2024
1 parent 6377cff commit 21d0e6a
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 21d0e6a

Please sign in to comment.