Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Remove test that seems like it should not pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Mar 29, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 30ae639 commit 7b2f19b
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -307,18 +307,6 @@ def test_get_finalized_epoch(justification_bitfield,
previous_epoch,) == expected


def test_justification_without_mock(sample_beacon_state_params,
latest_block_roots_length,
config):

state = BeaconState(**sample_beacon_state_params).copy(
latest_block_roots=tuple(ZERO_HASH32 for _ in range(latest_block_roots_length)),
justification_bitfield=0b0,
)
state = process_justification(state, config)
assert state.justification_bitfield == 0b11


@pytest.mark.parametrize(
(
"genesis_slot,"

0 comments on commit 7b2f19b

Please sign in to comment.