gojuno / minimock

Powerful mock generation tool for Go programming language
MIT License
577 stars 38 forks source link

Reset mockExpectations at Set method so that FormatFunc is called #12

Closed suzuki-shunsuke closed 5 years ago

suzuki-shunsuke commented 5 years ago

Even if FormatFunc is set by Set method, FormatFunc is not called if mockExpectations is set by Expect before.

tests package is updated by Make test.

hexdigest commented 5 years ago

@suzuki-shunsuke thank you for your contribution!