mirror of
https://github.com/rclone/rclone.git
synced 2025-12-18 17:23:20 +00:00
Patch vendored version of stretchr to use latest go-spew
This commit is contained in:
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,
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user