Skip to content

Commit 24e4cec

Browse files
committed
fix: add missing datypes import in integration test
1 parent a25a529 commit 24e4cec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

node/single_sequencer_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import (
1717

1818
coreexecutor "github.com/evstack/ev-node/core/execution"
1919
evconfig "github.com/evstack/ev-node/pkg/config"
20+
datypes "github.com/evstack/ev-node/pkg/da/types"
2021
)
2122

2223
// FullNodeTestSuite is a test suite for full node integration tests

0 commit comments

Comments
 (0)