mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix test from unstable
This commit is contained in:
@@ -972,6 +972,8 @@ mod test {
|
||||
assert_eq!(cache.critical.read().len(), 1);
|
||||
}
|
||||
}
|
||||
// remove the blob to simulate successful import
|
||||
cache.remove_pending_components(root);
|
||||
assert!(
|
||||
cache.critical.read().is_empty(),
|
||||
"cache should be empty now that all components available"
|
||||
|
||||
Reference in New Issue
Block a user