The workaround might be to do ```expectThat(list) ...
# strikt
r
The workaround might be to do
Copy code
expectThat(list)
  .get { it.filter(predicate) }
  .size
  .isGreaterThan(2)