Skip to content

Commit

Permalink
chore: add nolint:tparallel
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Mar 19, 2024
1 parent cfb653b commit c5cb088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/state/grandpa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c5cb088

Please sign in to comment.