Skip to content

Commit e920c22

Browse files
committed
refactor: better formula
1 parent 2361801 commit e920c22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/deduplicate_hardlinks.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ fn complex_tree_with_shared_and_unique_files_without_deduplication() {
425425
* [
426426
3 * files_per_branch / 8,
427427
2 * files_per_branch / 8,
428-
files_per_branch * 2 / 8,
428+
files_per_branch / 8,
429+
files_per_branch / 8,
429430
files_per_branch * 4 / 8,
430431
]
431432
.into_iter()

0 commit comments

Comments
 (0)