Skip to content

Commit f5ad29e

Browse files
committed
Fix test_num_validators
1 parent 4d3a441 commit f5ad29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/beacon/types/test_states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def test_num_validators(expected,
7474
],
7575
validator_balances=(
7676
max_deposit
77-
for _ in range(10)
77+
for _ in range(expected)
7878
)
7979
)
8080

0 commit comments

Comments
 (0)