Skip to content

Commit 35b0f43

Browse files
committed
update j2 templates too
1 parent 74d7170 commit 35b0f43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cli/eest/make/templates/blockchain_test.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ from ethereum_test_tools import (
1414
Environment,
1515
Transaction,
1616
)
17-
from ethereum_test_tools.vm.opcode import Opcodes as Op
17+
from ethereum_test_vm import Opcodes as Op
1818

1919
REFERENCE_SPEC_GIT_PATH = "DUMMY/eip-DUMMY.md"
2020
REFERENCE_SPEC_VERSION = "DUMMY_VERSION"

src/cli/eest/make/templates/state_test.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import pytest
77

88
from ethereum_test_forks import Fork
99
from ethereum_test_tools import Account, Alloc, Environment, StateTestFiller, Transaction
10-
from ethereum_test_tools.vm.opcode import Opcodes as Op
10+
from ethereum_test_vm import Opcodes as Op
1111

1212
REFERENCE_SPEC_GIT_PATH = "DUMMY/eip-DUMMY.md"
1313
REFERENCE_SPEC_VERSION = "DUMMY_VERSION"

0 commit comments

Comments
 (0)