mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:25:03 +01:00
Patch vendored version of stretchr to use latest go-spew
This commit is contained in:
parent
34b9ac8a5d
commit
716ce49ce9
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{
|
||||
Indent: " ",
|
||||
DisablePointerAddresses: true,
|
||||
DisableCapacities: true,
|
||||
SortKeys: true,
|
||||
Indent: " ",
|
||||
SortKeys: true,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user