diff --git a/assert/assertions.go b/assert/assertions.go index 7934039..68ed599 100644 --- a/assert/assertions.go +++ b/assert/assertions.go @@ -1622,6 +1622,7 @@ var spewConfig = spew.ConfigState{ DisableCapacities: true, SortKeys: true, DisableMethods: true, + MaxDepth: 100, } type tHelper interface {