Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Gololicic committed Dec 11, 2023
1 parent 19c682f commit e94e415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fvm/evm/testutils/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (

"github.com/onflow/atree"
"github.com/onflow/cadence"
jsoncdc "github.com/onflow/cadence/encoding/json"
"github.com/onflow/cadence/runtime/common"

jsoncdc "github.com/onflow/cadence/encoding/json""github.com/stretchr/testify/require"
"github.com/stretchr/testify/require"
"golang.org/x/exp/maps"

"github.com/onflow/flow-go/fvm/environment"
Expand Down

0 comments on commit e94e415

Please sign in to comment.