mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-26 09:15:17 +00:00
Apply suggestions from code review
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
This commit is contained in:
parent
57c14e5400
commit
b25740052a
@ -1,13 +1,13 @@
|
|||||||
# `get_custody_columns` tests
|
# `get_custody_columns` tests
|
||||||
|
|
||||||
`get_custody_columns` tests provide sanity check of the correntness of `get_custody_columns` helper.
|
`get_custody_columns` tests provide sanity check of the correctness of `get_custody_columns` helper.
|
||||||
|
|
||||||
## Test case format
|
## Test case format
|
||||||
|
|
||||||
### `meta.yaml`
|
### `meta.yaml`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
description: string -- Optional. Description of test case, purely for debugging purposes.
|
description: string -- optional: description of test case, purely for debugging purposes.
|
||||||
node_id: int -- argument: the NodeId input.
|
node_id: int -- argument: the NodeId input.
|
||||||
custody_subnet_count: int -- argument: the count of custody subnets.
|
custody_subnet_count: int -- argument: the count of custody subnets.
|
||||||
result: list of int -- output: the list of resulting column indices.
|
result: list of int -- output: the list of resulting column indices.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user