You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I found out that Nimble has already merged in a generic ThrowError solution for this problem, however it's not out yet in the latest versions. However, if you fetch Nimble's code from master it works.
When using:
the tests only compile if the element used is
Any
. Otherwise you get a compilation error.So
works.
While
proceses:
Instance method 'to(_:description:)' requires the types 'String' and 'Any' be equivalent
This issue seems closely related to #38
The text was updated successfully, but these errors were encountered: