Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.81k stars 598 forks source link

Use uncached expression in the async versions of toEventually #1018

Closed younata closed 1 year ago

younata commented 1 year ago

Fixes https://github.com/Quick/Nimble/issues/1015

Forgot to use uncachedExpression() when sending the expression to be verified by the matcher. D'oh!