mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
mock: fix doc comment for NotBefore
This commit is contained in:
parent
7f489726a5
commit
ba3e7c34d5
@ -256,7 +256,7 @@ func (c *Call) Unset() *Call {
|
|||||||
// calls have been called as expected. The referenced calls may be from the
|
// calls have been called as expected. The referenced calls may be from the
|
||||||
// same mock instance and/or other mock instances.
|
// 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)
|
// Mock.On("Init").Return(nil)
|
||||||
// )
|
// )
|
||||||
func (c *Call) NotBefore(calls ...*Call) *Call {
|
func (c *Call) NotBefore(calls ...*Call) *Call {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user