Quick / Nimble

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

Make the async variants of expect require sendable values #1071

Closed younata closed 1 year ago

younata commented 1 year ago

Now, when you call expect { await someThing() }... or expecta(...), the closure/autoclosure not only needs to be sendable itself, but it also needs to return a sendable value.