In [EventuallyWithT](https://pkg.go.dev/github.com/stretchr/testify/assert#EventuallyWithT) the condition function may call [`CollectT.FailNow`](https://pkg.go.dev/github.com/stretchr/testify/assert#CollectT.FailNow) which panics. The implementation of EventuallyWithT should catch this panic (as well as any other panic in the condition).
In EventuallyWithT the condition function may call
CollectT.FailNowwhich panics.The implementation of EventuallyWithT should catch this panic (as well as any other panic in the condition).