diff options
Diffstat (limited to 'tests/state_test.go')
-rw-r--r-- | tests/state_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/state_test.go b/tests/state_test.go index e131549b2..b5f887085 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -25,7 +25,7 @@ import ( "testing" "github.com/dexon-foundation/dexon/cmd/utils" - "github.com/dexon-foundation/dexon/core/vm" + vm "github.com/dexon-foundation/dexon/core/vm/evm" ) func TestState(t *testing.T) { |