I’m trying to debug some tests that use `shouldCon...
# kotest
c
I’m trying to debug some tests that use
shouldContain
, but the assertion failure messages only include the first five elements. Is there a reason for this? It’d be great if the error included the full list, or if there was some way to configure this behaviour
For example, I get error messages like:
Copy code
Collection should contain element g; listing some elements [a, b, c, d, e]