Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jan 10, 2024
1 parent bd20c60 commit 1884258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/threshold_validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func testThresholdValidator(t *testing.T, threshold, total uint8) {
precommitClone2 := precommit
precommitClone2.Timestamp = precommit.Timestamp.Add(4 * time.Millisecond)

newValidator.nonceCache.LoadN(ctx, mrand.Intn(7))
newValidator.nonceCache.LoadN(ctx, mrand.Intn(7)) //nolint:gosec

eg.Go(func() error {
start := time.Now()
Expand Down

0 comments on commit 1884258

Please sign in to comment.