From bd5096074000efe7cf354ec53c51d1787bd2efd6 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 24 Apr 2019 13:20:55 -0600 Subject: [PATCH] tiny fix to test ouptut --- test_libs/pyspec/tests/test_sanity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test_libs/pyspec/tests/test_sanity.py b/test_libs/pyspec/tests/test_sanity.py index d018fc25f..b7d31f122 100644 --- a/test_libs/pyspec/tests/test_sanity.py +++ b/test_libs/pyspec/tests/test_sanity.py @@ -429,6 +429,7 @@ def test_eth1_data_votes(state): block = build_empty_block_for_next_slot(post_state) state_transition(post_state, block) + blocks.append(block) assert post_state.slot % spec.SLOTS_PER_ETH1_VOTING_PERIOD == 0 assert len(post_state.eth1_data_votes) == 1