lint and fmt

This commit is contained in:
Pawan Dhananjay
2026-05-27 11:03:36 -07:00
parent e867441220
commit e015425c6a
3 changed files with 18 additions and 16 deletions

View File

@@ -620,7 +620,8 @@ mod tests {
chain.spec.clone(),
)
.unwrap()
.into_available_block();
.into_available_block(&chain.data_availability_checker, chain.spec.clone())
.unwrap();
let current_slot = harness.get_current_slot();
let cached_head = chain.canonical_head.cached_head();