Skip to content

Commit 9a0777e

Browse files
committed
fix bug
1 parent 19ea6ea commit 9a0777e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/gc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ mod tests {
294294
store.tags().set("fg", *fghs.hash_and_format()).await?;
295295
drop(fghs);
296296
drop(bt);
297-
store.tags().delete(ht.name).await?;
297+
store.tags().delete("h").await?;
298298
let mut live = HashSet::new();
299299
gc_run_once(store, &mut live).await?;
300300
// a is protected because we keep the temp tag

0 commit comments

Comments
 (0)