diff --git a/signer/threshold_validator_test.go b/signer/threshold_validator_test.go index e182bba0..22688fb1 100644 --- a/signer/threshold_validator_test.go +++ b/signer/threshold_validator_test.go @@ -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()