Update assertions.go

lower to 10
pull/986/head
Graham Jenson 2020-10-22 10:24:58 -07:00 committed by Boyan Soubachov
parent 8fb4b2442e
commit c26b7f39f8
1 changed files with 1 additions and 1 deletions

View File

@ -1622,7 +1622,7 @@ var spewConfig = spew.ConfigState{
DisableCapacities: true,
SortKeys: true,
DisableMethods: true,
MaxDepth: 100,
MaxDepth: 10,
}
type tHelper interface {