golang / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.3k stars 611 forks source link

Fix empty error message when call is exhausted #460

Closed cvgw closed 4 years ago

cvgw commented 4 years ago

Fixes #404 Description

Fix empty error messages when the received call is exhausted

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you review them:

Reviewer Notes

Release Notes

Describe any changes here so maintainer can include it in the release notes, or delete this block.

Fix empty error message when expected method has been called too many times
cvgw commented 4 years ago

PTAL