Ideally if I already have an existing assertion an...
# kotlintest
w
Ideally if I already have an existing assertion and decide to take another field into account, I’d only have to make one changing in configuration of the assertion (add that field), without having to change the expected list as well. I believe this is how non-list assertions work right now?