Skip to content

Commit

Permalink
Clarify test fail;ure message
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Jan 27, 2025
1 parent 62c322f commit a879704
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/debug-artifacts.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/debug-artifacts.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/debug-artifacts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ test("uploadDebugArtifacts when old codeql is used should avoid trying to upload
t.is(
uploaded,
"upload-not-supported",
"Expect failure to upload artifacts since root dir does not exist",
"Expected artifact upload to be blocked because of old CodeQL version",
);
});
});

0 comments on commit a879704

Please sign in to comment.