Skip to content

Commit f4064e5

Browse files
committed
refactor
1 parent 0392a6d commit f4064e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gix-blame/tests/blame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ mktest!(
312312
///
313313
/// Context: https://github.com/Byron/gitoxide/pull/1453#issuecomment-2371013904
314314
#[test]
315-
fn diff_disparity_imara_diff_v2() {
315+
fn diff_algorithm_parity() {
316316
for (case, diff_algorithm) in [
317317
("empty-lines-myers", gix_diff::blob::Algorithm::Myers),
318318
("empty-lines-histogram", gix_diff::blob::Algorithm::Histogram),

0 commit comments

Comments
 (0)