Skip to content

Commit

Permalink
Consistent test step naming
Browse files Browse the repository at this point in the history
  • Loading branch information
etan-status committed Jan 14, 2023
1 parent 514d443 commit ffd047c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down
2 changes: 1 addition & 1 deletion tests/formats/light_client/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit ffd047c

Please sign in to comment.