mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 15:38:55 +00:00
Apply suggestions from code review
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
b3ef9b2b3e
commit
806a6ad414
@ -60,7 +60,7 @@ def test_deposit_with_previous_fork_version__valid_effective(spec, state):
|
||||
@with_bellatrix_and_later
|
||||
@spec_state_test
|
||||
@always_bls
|
||||
def test_deposit_with_genesis_fork_version__valid_ineffective(spec, state):
|
||||
def test_deposit_with_genesis_fork_version__valid_effective(spec, state):
|
||||
assert spec.config.GENESIS_FORK_VERSION not in (state.fork.previous_version, state.fork.current_version)
|
||||
|
||||
yield from _run_deposit_processing_with_specific_fork_version(
|
||||
|
Loading…
x
Reference in New Issue
Block a user