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 19ea6ea commit 9a0777eCopy full SHA for 9a0777e
src/store/gc.rs
@@ -294,7 +294,7 @@ mod tests {
294
store.tags().set("fg", *fghs.hash_and_format()).await?;
295
drop(fghs);
296
drop(bt);
297
- store.tags().delete(ht.name).await?;
+ store.tags().delete("h").await?;
298
let mut live = HashSet::new();
299
gc_run_once(store, &mut live).await?;
300
// a is protected because we keep the temp tag
0 commit comments