linter appeasement

This commit is contained in:
vilmibm 2022-08-15 16:13:49 -05:00
parent d5b2a06be9
commit 2d61fdc493

View file

@ -187,7 +187,7 @@ func Test_diffRun(t *testing.T) {
},
rawDiff: fmt.Sprintf(testDiff, "", "", "", ""),
wantAccept: "application/vnd.github.v3.diff",
wantStdout: fmt.Sprintf(".github/workflows/releases.yml\nMakefile\n"),
wantStdout: ".github/workflows/releases.yml\nMakefile\n",
},
}
for _, tt := range tests {