mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
Remove extra println
This commit is contained in:
parent
5b52c8565a
commit
499e5aee59
1 changed files with 0 additions and 1 deletions
|
|
@ -809,7 +809,6 @@ file 6d5f820bb1d67594c7b757c79ef6f9242df49e98 chash=3ab17dde089f1eac7abd37d8efd7
|
||||||
assert_eq!(manifest.files.len(), test_results.len());
|
assert_eq!(manifest.files.len(), test_results.len());
|
||||||
|
|
||||||
for (pos, file) in manifest.files.iter().enumerate() {
|
for (pos, file) in manifest.files.iter().enumerate() {
|
||||||
println!("action: {}", file.payload.as_ref().unwrap().primary_identifier.hash);
|
|
||||||
assert_eq!(file.group, test_results[pos].group);
|
assert_eq!(file.group, test_results[pos].group);
|
||||||
assert_eq!(file.mode, test_results[pos].mode);
|
assert_eq!(file.mode, test_results[pos].mode);
|
||||||
assert_eq!(file.owner, test_results[pos].owner);
|
assert_eq!(file.owner, test_results[pos].owner);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue