Skip to content

Commit

Permalink
update comment to match exported function
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoprime authored and georgelesica-wf committed Oct 14, 2018
1 parent 282608c commit 04af852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertions.go
Expand Up @@ -39,7 +39,7 @@ type ValueAssertionFunc func(TestingT, interface{}, ...interface{}) bool
// for table driven tests.
type BoolAssertionFunc func(TestingT, bool, ...interface{}) bool

// 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{}) bool

Expand Down

0 comments on commit 04af852

Please sign in to comment.