Skip to content

Commit 54726db

Browse files
committed
remove useless test comment
1 parent c6d55a9 commit 54726db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/side_diff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@ mod tests {
12201220
let config = create_config(40, 8, true);
12211221
assert_eq!(config.sdiff_half_width, 16);
12221222
assert_eq!(config.sdiff_column_two_offset, 24);
1223-
assert_eq!(config.separator_pos, 19); // (16 +24 -1) /2 = 19.5 truncado para 19
1223+
assert_eq!(config.separator_pos, 19); // (16 +24 -1) /2 = 19.5
12241224
}
12251225

12261226
#[test]

0 commit comments

Comments
 (0)