Skip to content

Commit 87b1918

Browse files
committed
test: update parseOutput.test.ts
1 parent 567c68e commit 87b1918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/git/parseOutput.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("Split `git diff-index` output into components", function () {
7474
});
7575
});
7676

77-
it("returns a correct commit message for a renamed modified file", function () {
77+
it("returns a correct commit message for a renamed and modified file", function () {
7878
const expected: FileChange = {
7979
x: "R",
8080
y: " ",

0 commit comments

Comments
 (0)