Update tests/core/pyspec/eth2spec/test/bellatrix/block_processing/test_process_deposit.py

Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
Hsiao-Wei Wang 2022-08-19 01:20:53 +08:00 committed by GitHub
parent 6c00b48dca
commit bafb5870c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def _run_deposit_processing_with_specific_fork_version(
@with_bellatrix_and_later
@spec_state_test
@always_bls
def test_deposit_with_previous_fork_version__valid_effective(spec, state):
def test_deposit_with_previous_fork_version__valid_ineffective(spec, state):
assert state.fork.previous_version != state.fork.current_version
yield from _run_deposit_processing_with_specific_fork_version(