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