mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:05:04 -05:00
Consistent test step naming
This commit is contained in:
@@ -274,7 +274,7 @@ def emit_upgrade_store(test, new_s_spec, phases=None):
|
||||
|
||||
yield from [] # Consistently enable `yield from` syntax in calling tests
|
||||
test.steps.append({
|
||||
"process_upgrade_store": {
|
||||
"upgrade_store": {
|
||||
"store_fork_digest": encode_hex(store_fork_digest),
|
||||
"checks": get_checks(test.s_spec, test.store),
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ If `store_fork_digest` differs from `update_fork_digest`, the `update` object ma
|
||||
|
||||
After this step, the `store` object may have been updated.
|
||||
|
||||
#### `process_upgrade_store`
|
||||
#### `upgrade_store`
|
||||
|
||||
The `store` should be upgraded to reflect the new `store_fork_digest`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user