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

Remove autoclosure tag with async expectations #1020

Closed younata closed 1 year ago

younata commented 1 year ago

Resolves https://github.com/Quick/Nimble/issues/1019

The autoclosure with async expect was causing the swift compiler to assume all expect calls where async expects if you used any kind of async functionality in your test

Breaking change, but I'm going to release it as a minor update version update (11.2.0)