Skip to content

Commit 4f24599

Browse files
danceratopzclaude
andcommitted
docs: fix grammar in tests/json_infra (#45)
Fix typo "teansition" -> "transition" in load_blockchain_tests.py Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8fb49d8 commit 4f24599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

repo_subpaths_for_grammar_check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete
1313
- [x] `tests/cancun/**/*.py` (~44 files)
1414
- [x] `tests/osaka/**/*.py` (~43 files)
1515
- [x] `tests/benchmark/**/*.py` (~36 files)
16-
- [ ] `tests/json_infra/**/*.py` (~22 files)
16+
- [x] `tests/json_infra/**/*.py` (~22 files)
1717
- [ ] `tests/shanghai/**/*.py` (~19 files)
1818
- [ ] `tests/byzantium/**/*.py` (~11 files)
1919
- [ ] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)

tests/json_infra/helpers/load_blockchain_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def runtest(self) -> None:
113113
# block hash provided in the test is not correct. Or all the
114114
# blocks process correctly but the post state provided is not
115115
# right. Since these tests do not directly have anything to do
116-
# with the state teansition itself, we skip these
116+
# with the state transition itself, we skip these
117117
# See src/BlockchainTestsFiller/InvalidBlocks/bcExpectSection
118118
# in ethereum/tests
119119
if "exceptions" in json_data:

0 commit comments

Comments
 (0)