Kaocha Version
1.71.1119
Platform
Operating System: macOS m1 12.5
Clojure version: 1.11.1
JDK vendor and version: OpenJDK Runtime Environment Homebrew (build 19.0.1) with --enable-preview parameter for Virtual Threads
Symptom
If test fails then I get awful kaocha's Exception output

Reproduction
- Clone my repo SWIM
git clone https://github.com/redstarssystems/swim/
cd swim
- Select particular commit
git checkout f9ef925837ff41afdb75f3cc10ba1e4fd4887841
- Run tests to make sure that all of them are green
clj -M:test
- Then change value 3 to 4 on line 1993 to make test fail.
- Run tests again and see result
clj -M:test

Kaocha Version
1.71.1119
Platform
Operating System: macOS m1 12.5
Clojure version: 1.11.1
JDK vendor and version: OpenJDK Runtime Environment Homebrew (build 19.0.1) with --enable-preview parameter for Virtual Threads
Symptom
If test fails then I get awful kaocha's Exception output
Reproduction
git clone https://github.com/redstarssystems/swim/cd swimgit checkout f9ef925837ff41afdb75f3cc10ba1e4fd4887841clj -M:testclj -M:test