fix typo in justification wording

This commit is contained in:
protolambda 2019-06-29 21:39:10 +02:00
parent 302b3afe2a
commit afb33ddc5b
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ def test_empty_epoch_transition(spec, state):
@spec_state_test @spec_state_test
def test_empty_epoch_transition_not_finalizing(spec, state): def test_empty_epoch_transition_not_finalizing(spec, state):
# Don't run for non-minimal configs, it takes very long, and the effect # Don't run for non-minimal configs, it takes very long, and the effect
# of calling finalization/justifcation is just the same as with the minimal configuration. # of calling finalization/justification is just the same as with the minimal configuration.
if spec.SLOTS_PER_EPOCH > 8: if spec.SLOTS_PER_EPOCH > 8:
return return