minor typo

This commit is contained in:
Danny Ryan
2019-06-29 22:25:51 -06:00
parent 4d5d5971e2
commit f1749df587

View File

@@ -75,7 +75,7 @@ def test_is_valid_genesis_state_true_one_more_validator(spec):
@with_phases(['phase0'])
@spectest_with_bls_switch
def test_is_valid_genesis_state_flase_not_enough_validator(spec):
def test_is_valid_genesis_state_false_not_enough_validator(spec):
deposit_count = spec.MIN_GENESIS_ACTIVE_VALIDATOR_COUNT - 1
deposits, _ = prepare_genesis_deposits(spec, deposit_count, spec.MAX_EFFECTIVE_BALANCE, signed=True)