Fix Tests

This commit is contained in:
Mark Mackey
2024-08-30 12:05:20 -05:00
parent d17310d7e2
commit fedc6d6b0a
3 changed files with 5 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ async fn produces_missed_blocks() {
ForkName::Capella => 11,
ForkName::Deneb => 3,
ForkName::Electra => 1,
ForkName::EIP7732 => 9,
};
let harness2 = get_harness(validator_count, vec![validator_index_to_monitor]);