Skip to content

Commit 52a1e9a

Browse files
committed
test: consistent convention
1 parent aa4d827 commit 52a1e9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/deduplicate_hardlinks.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ fn complex_tree_with_shared_and_unique_files_with_deduplication() {
356356
summary.exclusive_inodes = summary.inodes;
357357
summary.all_links = [
358358
0, // no-hardlinks/*
359-
files_per_branch * 3 / 8 + files_per_branch * 2 / 8 + files_per_branch * 2 / 2, // some-hardlinks/*
360-
files_per_branch * 2, // only-hardlinks/exclusive/*
361-
files_per_branch * 2 / 2 + files_per_branch * 2 / 2, // only-hardlinks/mixed/*
359+
3 * files_per_branch / 8 + 2 * files_per_branch / 8 + 2 * files_per_branch / 2, // some-hardlinks/*
360+
2 * files_per_branch, // only-hardlinks/exclusive/*
361+
2 * files_per_branch / 2 + 2 * files_per_branch / 2, // only-hardlinks/mixed/*
362362
0, // only-hardlinks/external/*
363363
]
364364
.into_iter()

0 commit comments

Comments
 (0)