diff --git a/tests/formats/networking/get_custody_columns.md b/tests/formats/networking/get_custody_columns.md index ec1a9f96a..03b21f729 100644 --- a/tests/formats/networking/get_custody_columns.md +++ b/tests/formats/networking/get_custody_columns.md @@ -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.