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