Tweak a couple of log messages
This commit is contained in:
parent
06361b4d2b
commit
e5048f5d84
6 changed files with 8 additions and 10 deletions
|
|
@ -141,7 +141,7 @@ test("getCodeQLSource correctly returns bundled CLI version when tools == latest
|
|||
|
||||
// Afterwards, ensure that we see the deprecation message in the log.
|
||||
const expected_message: string =
|
||||
"`tools: latest` has been renamed to `tools: linked`, but the old name is still supported for now. No action is required.";
|
||||
"`tools: latest` has been renamed to `tools: linked`, but the old name is still supported. No action is required.";
|
||||
t.assert(
|
||||
loggedMessages.some(
|
||||
(msg) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue