Patch vendored version of stretchr to use latest go-spew
This commit is contained in:
parent
e19b30bd26
commit
8b82cc7073
1 changed files with 2 additions and 4 deletions
2
vendor/github.com/stretchr/testify/assert/assertions.go
generated
vendored
2
vendor/github.com/stretchr/testify/assert/assertions.go
generated
vendored
|
@ -1057,7 +1057,5 @@ func diff(expected interface{}, actual interface{}) string {
|
||||||
|
|
||||||
var spewConfig = spew.ConfigState{
|
var spewConfig = spew.ConfigState{
|
||||||
Indent: " ",
|
Indent: " ",
|
||||||
DisablePointerAddresses: true,
|
|
||||||
DisableCapacities: true,
|
|
||||||
SortKeys: true,
|
SortKeys: true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue