Skip to content

Commit a879704

Browse files
committed
Clarify test fail;ure message
1 parent 62c322f commit a879704

3 files changed

+3
-3
lines changed

lib/debug-artifacts.test.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/debug-artifacts.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debug-artifacts.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test("uploadDebugArtifacts when old codeql is used should avoid trying to upload
105105
t.is(
106106
uploaded,
107107
"upload-not-supported",
108-
"Expect failure to upload artifacts since root dir does not exist",
108+
"Expected artifact upload to be blocked because of old CodeQL version",
109109
);
110110
});
111111
});

0 commit comments

Comments
 (0)