update comment to match function name

pull/688/head
Renato 2018-10-09 11:19:29 -07:00 committed by George Lesica
parent 2db35c88b9
commit 282608cc76
1 changed files with 1 additions and 1 deletions

View File

@ -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{})