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

cast an empty array to avoid a warning during compile time #1060

Closed younata closed 1 year ago

younata commented 1 year ago

Casts an empty array in a test for beEmpty().

Gets rid of a compile warning. That's it.