willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
771 stars 87 forks source link

Fixes #354 any {} fails with example from docs #356

Closed bschelberg closed 3 years ago

bschelberg commented 3 years ago

The += in the assertion meant that any {} only passed if one of the first 2 items in the Iterable passed

bschelberg commented 3 years ago

Oh, I see you've already fixed this. I'll close this one.