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 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
|
||||
|
||||
### `meta.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.
|
||||
custody_subnet_count: int -- argument: the count of custody subnets.
|
||||
result: list of int -- output: the list of resulting column indices.
|
||||
|
|
Loading…
Reference in New Issue