Skip to content

Commit

Permalink
Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisChristou committed Nov 5, 2024
1 parent 4e9eb5a commit 9c38662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func TestValidateBlockBody(t *testing.T) {
},
},
{

Check failure on line 702 in consensus/consensus_test.go

View workflow job for this annotation

GitHub Actions / Lint / golangci-lint

unnecessary leading newline (whitespace)
"EmptyTx", func(t *testing.T) {
"ZeroGasTx", func(t *testing.T) {

txBuilder := new(tx.Builder).
GasPriceCoef(0).
Expand Down

0 comments on commit 9c38662

Please sign in to comment.