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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Check exhaustedNum and callsErrors.len() , if it's true, fill with error msg
There is a case where
matches
will return nil for an ordering error.e.g.
This will produce an error message with no additional information following
because:
(as reported in the issue)err
will always be nilmock/gomock/callset.go
Line 85 in 1bf84fa
len(exhausted)
will be 1 andlen(expected)
will be 0mock/gomock/callset.go
Line 90 in 1bf84fa
Originally posted by @cvgw in #292 (comment)
The text was updated successfully, but these errors were encountered: