Skip to content

Commit 767e4d6

Browse files
committed
Merge branch 'ob/t3404-typofix'
Code clean-up. * ob/t3404-typofix: t3404-rebase-interactive.sh: fix typos in title of a rewording test
2 parents 0e72b42 + 8aae489 commit 767e4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ test_expect_success 'reword' '
759759
git show HEAD~2 | grep "C changed"
760760
'
761761

762-
test_expect_success 'no uncommited changes when rewording the todo list is reloaded' '
762+
test_expect_success 'no uncommitted changes when rewording and the todo list is reloaded' '
763763
git checkout E &&
764764
test_when_finished "git checkout @{-1}" &&
765765
(

0 commit comments

Comments
 (0)