Skip to content

Commit c4964ba

Browse files
committed
chore(docs): bump test case ref to target amsterdam
1 parent c14e9c9 commit c4964ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/testing/src/execution_testing/config

packages/testing/src/execution_testing/config/docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
class DocsConfig(BaseModel):
1212
"""A class for accessing documentation-related configurations."""
1313

14-
TARGET_FORK: str = "Osaka"
14+
TARGET_FORK: str = "Amsterdam"
1515
"""The target fork for the documentation."""
1616

17-
GENERATE_UNTIL_FORK: str = "Osaka"
17+
GENERATE_UNTIL_FORK: str = "Amsterdam"
1818
"""The fork until which documentation should be generated."""
1919

2020
DOCS_BASE_URL: str = "https://eest.ethereum.org"

0 commit comments

Comments
 (0)