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 ea29863 commit 004acc0Copy full SHA for 004acc0
src/store/fs/gc.rs
@@ -353,7 +353,7 @@ mod tests {
353
assert_eq!(store.get_bytes(hash).await?.as_ref(), b"foo");
354
drop(temp_tag);
355
let mut live = HashSet::new();
356
- gc_run_once(&store, &mut live).await?;
+ gc_run_once(store, &mut live).await?;
357
358
// check that `get_bytes` returns an error.
359
let res = store.get_bytes(hash).await;
0 commit comments