lint add test

This commit is contained in:
almog 2021-03-16 14:22:34 +02:00 committed by Mariano Sorgente
parent 092142cdd3
commit 4835964515

View File

@ -359,7 +359,7 @@ class TestWeightProof:
if sub_epoch_segment.sub_epoch_n > curr:
curr = sub_epoch_segment.sub_epoch_n
samples += 1
assert samples == wpf.MAX_SAMPLES
assert samples <= wpf.MAX_SAMPLES
@pytest.mark.asyncio
async def test_weight_proof_extend_no_ses(self, default_1000_blocks):