From 18842583de37300d10f1af5d7c14f654e48b365f Mon Sep 17 00:00:00 2001 From: Andrew Gouin Date: Tue, 9 Jan 2024 17:53:06 -0700 Subject: [PATCH] lint --- signer/threshold_validator_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()