Skip to content

Commit

Permalink
Update assertions.go
Browse files Browse the repository at this point in the history
lower to 10
  • Loading branch information
Graham Jenson authored and boyan-soubachov committed Nov 3, 2020
1 parent 8fb4b24 commit c26b7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assert/assertions.go
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ var spewConfig = spew.ConfigState{
DisableCapacities: true,
SortKeys: true,
DisableMethods: true,
MaxDepth: 100,
MaxDepth: 10,
}

type tHelper interface {
Expand Down

0 comments on commit c26b7f3

Please sign in to comment.