updating github.com/stretchr/testify to v1.3.0

This commit is contained in:
Davanum Srinivas
2019-06-14 11:41:28 -04:00
parent ed2b80fe0f
commit 21fc7d283d
52 changed files with 157 additions and 104 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{})