We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c6ef1 commit 2fcb293Copy full SHA for 2fcb293
beacon_node/beacon_chain/src/data_availability_checker/overflow_lru_cache.rs
@@ -972,6 +972,8 @@ mod test {
972
assert_eq!(cache.critical.read().len(), 1);
973
}
974
975
+ // remove the blob to simulate successful import
976
+ cache.remove_pending_components(root);
977
assert!(
978
cache.critical.read().is_empty(),
979
"cache should be empty now that all components available"
0 commit comments