Skip to content

Commit

Permalink
t3206: fix incorrect test name
Browse files Browse the repository at this point in the history
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Denton-L authored and gitster committed Dec 6, 2019
1 parent 5b583e6 commit 828765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3206-range-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ test_expect_success 'format-patch --range-diff with --notes' '
test_cmp expect actual
'

test_expect_success 'format-patch --range-diff with --notes' '
test_expect_success 'format-patch --range-diff with format.notes config' '
git notes add -m "topic note" topic &&
git notes add -m "unmodified note" unmodified &&
test_when_finished git notes remove topic unmodified &&
Expand Down

0 comments on commit 828765d

Please sign in to comment.