We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2b9a0 commit 715d668Copy full SHA for 715d668
tests/blobs.rs
@@ -59,8 +59,8 @@ async fn blobs_gc_protected() -> TestResult<()> {
59
tokio::time::sleep(Duration::from_millis(100)).await;
60
// protected from gc due to tag
61
assert!(client.has(h1.hash).await?);
62
- client.tags().delete(h1.tag).await?;
63
protected.lock().unwrap().push(h1.hash);
+ client.tags().delete(h1.tag).await?;
64
65
// protected from gc due to being in protected set
66
0 commit comments