Skip to content

Commit efa195d

Browse files
mehul2029gitster
authored andcommitted
t5520: use consistent capitalization in test titles
Signed-off-by: Mehul Jain <mehul.jain2029@gmail.com> Reviewed-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f66398e commit efa195d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/t5520-pull.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autostash=true' '
267267
test "$(cat file)" = "modified again"
268268
'
269269

270-
test_expect_success 'pull --rebase --autostash & rebase.autoStash=false' '
270+
test_expect_success 'pull --rebase --autostash & rebase.autostash=false' '
271271
test_config rebase.autostash false &&
272272
git reset --hard before-rebase &&
273273
echo dirty >new_file &&
@@ -278,7 +278,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autoStash=false' '
278278
test "$(cat file)" = "modified again"
279279
'
280280

281-
test_expect_success 'pull --rebase: --autostash & rebase.autoStash unset' '
281+
test_expect_success 'pull --rebase: --autostash & rebase.autostash unset' '
282282
git reset --hard before-rebase &&
283283
echo dirty >new_file &&
284284
git add new_file &&

0 commit comments

Comments
 (0)