Skip to content

Commit

Permalink
Update proof_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Jul 30, 2024
1 parent 705050d commit 1f103a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ func TestVerifySubtreeRootInclusion_infiniteRecursion(t *testing.T) {
require.NoError(t, err)

require.NotPanics(t, func() {
// This hits:
// This previously hits:
// runtime: goroutine stack exceeds 1000000000-byte limit
// runtime: sp=0x14020160480 stack=[0x14020160000, 0x14040160000]
// fatal error: stack overflow
Expand Down

0 comments on commit 1f103a3

Please sign in to comment.