Skip to content

Commit 828765d

Browse files
Denton-Lgitster
authored andcommitted
t3206: fix incorrect test name
The name of the test used to indicate that it was testing the `--notes` option but it was really testing the `format.notes` configuration. Correct the test name to reflect this. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5b583e6 commit 828765d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3206-range-diff.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ test_expect_success 'format-patch --range-diff with --notes' '
638638
test_cmp expect actual
639639
'
640640

641-
test_expect_success 'format-patch --range-diff with --notes' '
641+
test_expect_success 'format-patch --range-diff with format.notes config' '
642642
git notes add -m "topic note" topic &&
643643
git notes add -m "unmodified note" unmodified &&
644644
test_when_finished git notes remove topic unmodified &&

0 commit comments

Comments
 (0)