Skip to content

Commit

Permalink
Fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Jan 20, 2025
1 parent 4fbc211 commit 4ea8445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (suite *ExecutionSpecBlockTestSuite) TestExecutionSpecBlock() {
bt.skipLoad(`^berlin\/`)
bt.skipLoad(`^paris\/`)

bt.skipLoad(`^prague\/eip2537_bls_12_381_precompiles`) // gas error
bt.skipLoad(`^prague\/eip2537_bls_12_381_precompiles`) // gas error
bt.skipLoad(`^prague\/eip7702_set_code_tx`) // state, gas (after update we should do it)

// tests to skip
Expand Down

0 comments on commit 4ea8445

Please sign in to comment.