Skip to content

Commit c26b7f3

Browse files
Graham Jensonboyan-soubachov
Graham Jenson
authored andcommitted
Update assertions.go
lower to 10
1 parent 8fb4b24 commit c26b7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assert/assertions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@ var spewConfig = spew.ConfigState{
16221622
DisableCapacities: true,
16231623
SortKeys: true,
16241624
DisableMethods: true,
1625-
MaxDepth: 100,
1625+
MaxDepth: 10,
16261626
}
16271627

16281628
type tHelper interface {

0 commit comments

Comments
 (0)