mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Fix typo: preceeded -> preceded
This commit is contained in:
parent
48c93141f0
commit
e9777bfbf1
@ -265,7 +265,7 @@ func callString(method string, arguments Arguments, includeArgumentValues bool)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Called tells the mock object that a method has been called, and gets an array
|
// Called tells the mock object that a method has been called, and gets an array
|
||||||
// of arguments to return. Panics if the call is unexpected (i.e. not preceeded by
|
// of arguments to return. Panics if the call is unexpected (i.e. not preceded by
|
||||||
// appropriate .On .Return() calls)
|
// appropriate .On .Return() calls)
|
||||||
// If Call.WaitFor is set, blocks until the channel is closed or receives a message.
|
// If Call.WaitFor is set, blocks until the channel is closed or receives a message.
|
||||||
func (m *Mock) Called(arguments ...interface{}) Arguments {
|
func (m *Mock) Called(arguments ...interface{}) Arguments {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user