Skip to content

Commit dc9ee5f

Browse files
committed
Fix rebase issues
1 parent bfab147 commit dc9ee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stress/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func compareFinalizedHeadsByRound(ctx context.Context, t *testing.T, nodes []*ut
192192
// it returns the finalised hash if it succeeds
193193
func compareFinalizedHeadsWithRetry(ctx context.Context, t *testing.T,
194194
nodes []*utils.Node, round uint64,
195-
getFinalizedHeadByRoundTimeout time.Duration) ( //nolint:unparam
195+
getFinalizedHeadByRoundTimeout time.Duration) (
196196
hash common.Hash, err error) {
197197
var hashes map[common.Hash][]string
198198

0 commit comments

Comments
 (0)