Fix yield statement in test_get_custody_columns (#3931)

This commit is contained in:
Justin Traglia 2024-09-19 11:12:56 -05:00 committed by GitHub
parent dbc746fb8b
commit d14fb52249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ def _run_get_custody_columns(spec, rng, node_id=None, custody_subnet_count=None)
result = spec.get_custody_columns(node_id, custody_subnet_count)
yield 'node_id', 'meta', node_id
yield 'custody_subnet_count', 'meta', custody_subnet_count
yield 'custody_subnet_count', 'meta', int(custody_subnet_count)
assert len(result) == len(set(result))
assert len(result) == (