Skip to content

Commit 4963e10

Browse files
committed
wip
1 parent 1c9529c commit 4963e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mod tests {
4949
let manifest_copy = manifest.clone();
5050

5151
let host = PnpResolutionHost {
52-
find_pnp_manifest: Box::new(|_| Ok(Some(manifest_copy))),
52+
find_pnp_manifest: Box::new(move |_| Ok(Some(manifest_copy.clone()))),
5353
..Default::default()
5454
};
5555

0 commit comments

Comments
 (0)