Skip to content

Commit

Permalink
Remove extra call to require NoError
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav-Aggarwal committed Oct 28, 2022
1 parent 5c84d10 commit 8de40cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepsubtree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ func TestDeepSubtreeWithUpdates(t *testing.T) {
require.NoError(err)
err = dst.AddProof(ics23proof)
require.NoError(err)
require.NoError(err)
dst.BuildTree(rootHash)
require.NoError(err)
}
Expand Down

0 comments on commit 8de40cc

Please sign in to comment.