From 577fc740d09dcbb66848e84dbb141b75ce6952df Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 2 Apr 2019 14:08:22 +1100 Subject: [PATCH] lint --- tests/phase0/block_processing/test_process_attester_slashing.py | 1 + tests/phase0/test_sanity.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phase0/block_processing/test_process_attester_slashing.py b/tests/phase0/block_processing/test_process_attester_slashing.py index ed6d9adae..fcbc8f78b 100644 --- a/tests/phase0/block_processing/test_process_attester_slashing.py +++ b/tests/phase0/block_processing/test_process_attester_slashing.py @@ -83,6 +83,7 @@ def test_no_double_or_surround(state): return pre_state, attester_slashing, post_state + def test_participants_already_slashed(state): attester_slashing = get_valid_attester_slashing(state) diff --git a/tests/phase0/test_sanity.py b/tests/phase0/test_sanity.py index 8e6bd2e94..0010cb22f 100644 --- a/tests/phase0/test_sanity.py +++ b/tests/phase0/test_sanity.py @@ -167,7 +167,6 @@ def test_attester_slashing(state): return state, [block], test_state - def test_deposit_in_block(state): pre_state = deepcopy(state) test_deposit_data_leaves = [ZERO_HASH] * len(pre_state.validator_registry)