Skip to content

Commit 6896d7f

Browse files
committed
test: update tests
1 parent 23a3207 commit 6896d7f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test/git/parseOutput.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ describe("Split `git diff-index` output into components", function () {
159159
});
160160
});
161161

162-
it("should handle a multiple paths correctly", function () {
162+
it("should handle a pair of paths correctly", function () {
163+
// Note that no quoting is needed here as that is only needed when formatting the final message.
163164
{
164165
const expected: FileChange = {
165166
x: "R",

0 commit comments

Comments
 (0)