When I compare two lists: ```responseList shouldCo...
# kotest
v
When I compare two lists:
Copy code
responseList shouldContainExactlyInAnyOrder expectedList
It prints the whole expected list in case of assertion error. Is it possible to print the diff between two lists instead? Otherwise it’s not clear at all what’s missing