Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repo_subpaths_for_grammar_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Status legend: `[ ]` pending, `[~]` in progress, `[x]` complete
- [x] `tests/cancun/**/*.py` (~44 files)
- [x] `tests/osaka/**/*.py` (~43 files)
- [x] `tests/benchmark/**/*.py` (~36 files)
- [ ] `tests/json_infra/**/*.py` (~22 files)
- [x] `tests/json_infra/**/*.py` (~22 files)
- [ ] `tests/shanghai/**/*.py` (~19 files)
- [ ] `tests/byzantium/**/*.py` (~11 files)
- [ ] `tests/istanbul/**/*.py`, `berlin/**/*.py` (~18 files)
Expand Down
2 changes: 1 addition & 1 deletion tests/json_infra/helpers/load_blockchain_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def runtest(self) -> None:
# block hash provided in the test is not correct. Or all the
# blocks process correctly but the post state provided is not
# right. Since these tests do not directly have anything to do
# with the state teansition itself, we skip these
# with the state transition itself, we skip these
# See src/BlockchainTestsFiller/InvalidBlocks/bcExpectSection
# in ethereum/tests
if "exceptions" in json_data:
Expand Down
Loading