Update project tests to use new genesis structure

This commit is contained in:
Paul Hauner
2019-03-11 11:52:16 +11:00
parent 827365cfb0
commit 41844841c6
4 changed files with 21 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
//! let validator_count = 8;
//! let spec = ChainSpec::few_validators();
//!
//! let mut harness = BeaconChainHarness::new(spec, validator_count);
//! let mut harness = BeaconChainHarness::new(spec, validator_count, None, true);
//!
//! harness.advance_chain_with_block();
//!