diff --git a/src/util.test.ts b/src/util.test.ts index 550dc1659..03d7d89ec 100644 --- a/src/util.test.ts +++ b/src/util.test.ts @@ -488,9 +488,7 @@ for (const [ if (shouldReportError) { t.true( warningSpy.calledOnceWithExactly( - sinon.match( - "CodeQL Action v3 will be deprecated in December 2026.", - ), + sinon.match("CodeQL Action v3 will be deprecated in December 2026."), ), ); } else {