Skip to content

Commit

Permalink
improved error reporting in Venice :test module
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 14, 2024
1 parent f92e9d2 commit 6cb179e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/com/github/jlangch/venice/test.venice
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
(try (test-fn)
(do-report {:type :pass, :fn-name test-name, :var v})
(catch :AssertionException e
(. e :printVeniceStackTrace)
(do-report {:type :fail
:fn-name test-name
:message "Test assert failure."
Expand Down

0 comments on commit 6cb179e

Please sign in to comment.