fix: add missing imports and remove unused imports
This commit is contained in:
@@ -8,8 +8,6 @@ import (
|
|||||||
|
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/ethereum/go-ethereum/common"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
|
||||||
"github.com/fraktal/mev-beta/internal/logger"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestExecutionModes(t *testing.T) {
|
func TestExecutionModes(t *testing.T) {
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"github.com/ethereum/go-ethereum/common"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
|
|
||||||
"github.com/fraktal/mev-beta/internal/logger"
|
"github.com/fraktal/mev-beta/internal/logger"
|
||||||
|
|||||||
Reference in New Issue
Block a user