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 expect for async closures take in Sendable closures #1070

Closed younata closed 1 year ago

younata commented 1 year ago

This removes a bunch of warnings in Nimble around using the async forms of expect/expecta.

This should have been included in #1067, but I forgot to push the commit. 🤦‍♀️