Skip to content

Commit 08bd4d1

Browse files
committed
enable problematic test case
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 0bbd4f6 commit 08bd4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/verkle/eip7748/accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ def __init__(self, code_length: int, storage_slot_count: int):
5252
[
5353
# [AccountConfig(0, 0)],
5454
# [AccountConfig(0, 0), AccountConfig(0, 0)],
55-
[AccountConfig(0, 0), AccountConfig(0, 0), AccountConfig(0, 0)],
56-
# [AccountConfig(15, 1)],
55+
# [AccountConfig(0, 0), AccountConfig(0, 0), AccountConfig(0, 0)],
56+
[AccountConfig(15, 1)],
5757
],
5858
ids=[
5959
# "One EOA",

0 commit comments

Comments
 (0)