Skip to content

Commit 51cabd8

Browse files
gurukamathSamWilsn
authored andcommitted
latest json_infra tests
1 parent f5d2763 commit 51cabd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/json_infra/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ class _FixtureSource(TypedDict):
1919
},
2020
"ethereum_tests": {
2121
"url": "https://github.com/ethereum/tests.git",
22-
"commit_hash": "3129f16519013b265fa309208f49406b2ef57b13",
22+
"commit_hash": "c67e485ff8b5be9abc8ad15345ec21aa22e290d9",
2323
"fixture_path": "tests/json_infra/fixtures/ethereum_tests",
2424
},
2525
"latest_fork_tests": {
2626
"url": "https://github.com/ethereum/execution-spec-tests/releases/download/v4.5.0/fixtures_stable.tar.gz",
2727
"fixture_path": "tests/json_infra/fixtures/latest_fork_tests",
2828
},
2929
"osaka_tests": {
30-
"url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-3%40v1.0.0/fixtures_fusaka-devnet-3.tar.gz",
30+
"url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-5%40v1.1.0/fixtures_fusaka-devnet-5.tar.gz",
3131
"fixture_path": "tests/json_infra/fixtures/osaka_tests",
3232
},
3333
}

tests/json_infra/vm/test_control_flow_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
("JDfromStorageDynamicJump1.json", True),
6060
("JDfromStorageDynamicJumpInsidePushWithJumpDest.json", True),
6161
("JDfromStorageDynamicJumpInsidePushWithoutJumpDest.json", True),
62-
("DyanmicJump0_outOfBoundary.json", True),
62+
("DynamicJump0_outOfBoundary.json", True),
6363
("DynamicJump0_AfterJumpdest.json", True),
6464
("DynamicJump0_AfterJumpdest3.json", True),
6565
("DynamicJump0_withoutJumpdest.json", True),

0 commit comments

Comments
 (0)