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
Error: Unsatisfied verification on test double.
Wanted:
- called with `("some", "stuff", "NOPE")`.
But was actually called:
- called with `("some", "stuff", "out", "like", 8)`.
It would be better if it printed a hint like:
Wanted:
- called with `("some", "stuff", "NOPE")`, ignoring any additional arguments.
The text was updated successfully, but these errors were encountered:
Suppose you have this invocation and failed verification:
This will throw:
It would be better if it printed a hint like:
The text was updated successfully, but these errors were encountered: