mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-12 18:46:22 +00:00
Fix yield statement in test_get_custody_columns (#3931)
This commit is contained in:
parent
dbc746fb8b
commit
d14fb52249
@ -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) == (
|
||||
|
Loading…
x
Reference in New Issue
Block a user