lint
This commit is contained in:
parent
e037412f94
commit
577fc740d0
|
@ -83,6 +83,7 @@ def test_no_double_or_surround(state):
|
|||
|
||||
return pre_state, attester_slashing, post_state
|
||||
|
||||
|
||||
def test_participants_already_slashed(state):
|
||||
attester_slashing = get_valid_attester_slashing(state)
|
||||
|
||||
|
|
|
@ -167,7 +167,6 @@ def test_attester_slashing(state):
|
|||
return state, [block], test_state
|
||||
|
||||
|
||||
|
||||
def test_deposit_in_block(state):
|
||||
pre_state = deepcopy(state)
|
||||
test_deposit_data_leaves = [ZERO_HASH] * len(pre_state.validator_registry)
|
||||
|
|
Loading…
Reference in New Issue