Improve test name

This commit is contained in:
Michael B. Gale
2025-10-22 19:05:05 +01:00
parent d79c0a1339
commit 89d3359017

View File

@@ -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([]);