Update test_generators/operations/deposits.py
Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
parent
0400a888a6
commit
6542ae2c4d
|
@ -118,6 +118,7 @@ def invalid_deposit_index():
|
|||
yield 'deposit', encode(new_dep, spec.Deposit)
|
||||
yield 'post', None
|
||||
|
||||
|
||||
@to_dict
|
||||
def invalid_deposit_proof():
|
||||
new_dep, state = build_deposit_for_index(10, 10)
|
||||
|
|
Loading…
Reference in New Issue