mirror of
https://github.com/stretchr/testify.git
synced 2025-07-10 04:28:37 +00:00
update comment to match function name
This commit is contained in:
parent
2db35c88b9
commit
282608cc76
@ -22,7 +22,7 @@ type ValueAssertionFunc func(TestingT, interface{}, ...interface{})
|
||||
// for table driven tests.
|
||||
type BoolAssertionFunc func(TestingT, bool, ...interface{})
|
||||
|
||||
// ValuesAssertionFunc is a common function prototype when validating an error value. Can be useful
|
||||
// ErrorAssertionFunc is a common function prototype when validating an error value. Can be useful
|
||||
// for table driven tests.
|
||||
type ErrorAssertionFunc func(TestingT, error, ...interface{})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user