Skip to content

Commit 6aa5f34

Browse files
committed
linting
1 parent 9d52234 commit 6aa5f34

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

node/helpers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//nolint:unused
12
package node
23

34
import (

node/single_sequencer_integration_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ func (s *FullNodeTestSuite) TestGenesisInitialization() {
226226
// TestStateRecovery verifies that the node can recover its state after a restart.
227227
// It would check that the block height after restart is at least as high as before.
228228
func TestStateRecovery(t *testing.T) {
229-
230229
require := require.New(t)
231230

232231
// Set up one sequencer

0 commit comments

Comments
 (0)