diff options
Diffstat (limited to 'tvix/store/src/proto')
-rw-r--r-- | tvix/store/src/proto/tests/pathinfo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/proto/tests/pathinfo.rs b/tvix/store/src/proto/tests/pathinfo.rs index 35a2771c300a..584bc5920684 100644 --- a/tvix/store/src/proto/tests/pathinfo.rs +++ b/tvix/store/src/proto/tests/pathinfo.rs @@ -201,7 +201,7 @@ fn validate_references() { signatures: vec![], reference_names: vec![format!("/nix/store/{}", DUMMY_NAME)], }), - ..path_info.clone() + ..path_info }; assert!(path_info_with_narinfo.validate().is_ok()); } |