Skip to content

Commit 85241b5

Browse files
committed
docs: update src/test/git/parseOutput.test.ts
1 parent 6896d7f commit 85241b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/git/parseOutput.test.ts

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

162162
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.
163+
// No quoting is needed here as that is only needed when formatting the final message.
164164
{
165165
const expected: FileChange = {
166166
x: "R",

0 commit comments

Comments
 (0)