Skip to content

Commit 2ecfe3e

Browse files
committed
Remove TODO in favor of issue ethereum#1774
1 parent 2a916ca commit 2ecfe3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/core/opcodes/test_opcodes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def test_add(vm_class, val1, val2, expected):
113113
assert result == expected
114114

115115

116-
# TODO use `VM` in all other tests
117116
@pytest.mark.parametrize(
118117
'opcode_value, expected',
119118
(

0 commit comments

Comments
 (0)