From c5cb08820dd89176bc21882cce46af2dfe28e9e4 Mon Sep 17 00:00:00 2001 From: EclesioMeloJunior Date: Tue, 19 Mar 2024 15:27:49 -0400 Subject: [PATCH] chore: add `nolint:tparallel` --- dot/state/grandpa_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/state/grandpa_test.go b/dot/state/grandpa_test.go index f55f279ac8..7043cac47b 100644 --- a/dot/state/grandpa_test.go +++ b/dot/state/grandpa_test.go @@ -143,7 +143,7 @@ func testBlockState(t *testing.T, db database.Database) *BlockState { return bs } -func TestAddScheduledChangesKeepTheRightForkTree(t *testing.T) { +func TestAddScheduledChangesKeepTheRightForkTree(t *testing.T) { //nolint:tparallel t.Parallel() keyring, err := keystore.NewSr25519Keyring()