Skip to content

Commit

Permalink
Fix test from unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed Sep 7, 2024
1 parent 12c6ef1 commit 2fcb293
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2fcb293

Please sign in to comment.