Skip to content

Commit

Permalink
Fix lint comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitAD committed Apr 26, 2021
1 parent b6e7589 commit 4bbbbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stress/stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func TestPendingExtrinsic(t *testing.T) {

numNodes := 3
// index of node to submit tx to
idx := numNodes - 1 // TODO: randomize this
idx := numNodes - 1 // TODO: randomise this

// start block producing node first
node, err := utils.RunGossamer(t, numNodes-1, utils.TestDir(t, utils.KeyList[numNodes-1]), utils.GenesisDefault, utils.ConfigBABEMaxThreshold, false)
Expand Down

0 comments on commit 4bbbbc6

Please sign in to comment.