Skip to content

Commit 89d3359

Browse files
committed
Improve test name
1 parent d79c0a1 commit 89d3359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload-sarif.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ test(
203203
},
204204
);
205205

206-
test("uploadSarif doesn't upload if `upload` != `always`", async (t) => {
206+
test("uploadSarif doesn't upload if upload is disabled", async (t) => {
207207
await util.withTmpDir(async (tempDir) => {
208208
const logger = getRunnerLogger(true);
209209
const features = createFeatures([]);

0 commit comments

Comments
 (0)