Skip to content

Commit 39f8d42

Browse files
committed
Fix test_validate_proposer_signature
1 parent f5ad29e commit 39f8d42

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/beacon/state_machines/test_validation.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ def test_validate_proposer_signature(
5050

5151
state = BeaconState(**sample_beacon_state_params).copy(
5252
validator_registry=[
53-
mock_validator_record(
54-
pubkey=proposer_pubkey,
55-
max_deposit=0,
56-
)
53+
mock_validator_record(proposer_pubkey)
5754
for _ in range(10)
5855
],
5956
shard_committees_at_slots=get_sample_shard_committees_at_slots(

0 commit comments

Comments
 (0)