From 89d33590177af96a27f710c2772a5a479bce8b7c Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Wed, 22 Oct 2025 19:05:05 +0100 Subject: [PATCH] Improve test name --- src/upload-sarif.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upload-sarif.test.ts b/src/upload-sarif.test.ts index 6acaff28f..cce178060 100644 --- a/src/upload-sarif.test.ts +++ b/src/upload-sarif.test.ts @@ -203,7 +203,7 @@ test( }, ); -test("uploadSarif doesn't upload if `upload` != `always`", async (t) => { +test("uploadSarif doesn't upload if upload is disabled", async (t) => { await util.withTmpDir(async (tempDir) => { const logger = getRunnerLogger(true); const features = createFeatures([]);