From 2206a583351a4e1bd8b27e230241b912e91f321f Mon Sep 17 00:00:00 2001 From: Antonio Sanso Date: Thu, 2 Sep 2021 11:33:12 +0200 Subject: [PATCH] Update test_process_sync_aggregate.py --- .../sync_aggregate/test_process_sync_aggregate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py index fdb872d6e..840d1d63d 100644 --- a/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py +++ b/tests/core/pyspec/eth2spec/test/altair/block_processing/sync_aggregate/test_process_sync_aggregate.py @@ -23,6 +23,7 @@ from eth2spec.test.context import ( always_bls, ) + @with_altair_and_later @spec_state_test @always_bls