Tweak wording of message

This commit is contained in:
Henry Mercer
2022-04-28 14:12:05 +01:00
parent 0256599547
commit 5227afabbe
6 changed files with 10 additions and 10 deletions

View File

@@ -429,7 +429,7 @@ for (const [
if (shouldReportWarning) {
t.true(
warningSpy.calledOnceWithExactly(
sinon.match("CodeQL Action version 1 will be deprecated")
sinon.match("CodeQL Action v1 will be deprecated")
)
);
} else {