Skip to content

Commit 0aa92a0

Browse files
committed
Grab latest EEST
1 parent 1d290e8 commit 0aa92a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _FixtureSource(TypedDict):
2727
"fixture_path": "tests/fixtures/latest_fork_tests",
2828
},
2929
"osaka_tests": {
30-
"url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-2%40v1.1.0/fixtures_fusaka-devnet-2.tar.gz",
30+
"url": "https://github.com/ethereum/execution-spec-tests/releases/download/fusaka-devnet-2%40v1.2.0/fixtures_fusaka-devnet-2.tar.gz",
3131
"fixture_path": "tests/fixtures/osaka_tests",
3232
},
3333
}

0 commit comments

Comments
 (0)