mirror of https://github.com/stretchr/testify.git
Merge pull request #1651 from alexandear/mock-fix-not-before-comment
mock: fix doc comment for NotBeforepull/1421/head^2
commit
50d5b7e695
|
@ -256,7 +256,7 @@ func (c *Call) Unset() *Call {
|
|||
// calls have been called as expected. The referenced calls may be from the
|
||||
// same mock instance and/or other mock instances.
|
||||
//
|
||||
// Mock.On("Do").Return(nil).Notbefore(
|
||||
// Mock.On("Do").Return(nil).NotBefore(
|
||||
// Mock.On("Init").Return(nil)
|
||||
// )
|
||||
func (c *Call) NotBefore(calls ...*Call) *Call {
|
||||
|
|
Loading…
Reference in New Issue