Fix some tests

This commit is contained in:
Michael Sproul
2020-05-27 16:58:36 +10:00
parent c4340af056
commit d0ca114592
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ impl ExitTest {
fn run(self) -> BeaconState<E> {
let spec = &E::default_spec();
let expected = self.expected.clone();
assert_eq!(STATE_EPOCH, spec.persistent_committee_period);
assert_eq!(STATE_EPOCH, spec.shard_committee_period);
let (block, mut state) = self.block_and_pre_state();