Consistent test step naming

This commit is contained in:
Etan Kissling
2023-01-14 14:51:59 +01:00
parent 514d4431ca
commit ffd047c6fa
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
}

View File

@@ -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`: