Closed cbandy closed 3 years ago
Looks like WithTransform
doesn't handle the actual
being nil:
https://github.com/onsi/gomega/blob/c4793565eb31535212457ff77a4a7d5b4034f405/matchers/with_transform.go#L42-L45
sounds right - @jim-slattery-rs are you up for and have time to work on a PR to cover this case?
Sure thing, I've created a PR: https://github.com/onsi/gomega/pull/422
The following panics in v1.10.5:
I encountered it while using
Eventually()
to watch for a specific error, e.g.