mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Merge and test fixups
This commit is contained in:
@@ -1141,7 +1141,6 @@ async fn add_base_block_to_altair_chain() {
|
||||
let mut state = state;
|
||||
let mut ctxt = ConsensusContext::new(base_block.slot());
|
||||
per_slot_processing(&mut state, None, &harness.chain.spec).unwrap();
|
||||
let mut ctxt = ConsensusContext::new(state.slot());
|
||||
assert!(matches!(
|
||||
per_block_processing(
|
||||
&mut state,
|
||||
@@ -1275,7 +1274,6 @@ async fn add_altair_block_to_base_chain() {
|
||||
let mut state = state;
|
||||
let mut ctxt = ConsensusContext::new(altair_block.slot());
|
||||
per_slot_processing(&mut state, None, &harness.chain.spec).unwrap();
|
||||
let mut ctxt = ConsensusContext::new(state.slot());
|
||||
assert!(matches!(
|
||||
per_block_processing(
|
||||
&mut state,
|
||||
|
||||
Reference in New Issue
Block a user