Rename VersionOutput to VersionInfo
This commit is contained in:
parent
49b94f1a2d
commit
bcbb900532
19 changed files with 60 additions and 68 deletions
2
lib/analyze.test.js
generated
2
lib/analyze.test.js
generated
|
|
@ -214,7 +214,7 @@ const util = __importStar(require("./util"));
|
|||
});
|
||||
function mockCodeQL() {
|
||||
return {
|
||||
getVersion: async () => (0, testing_utils_1.makeVersionOutput)("1.0.0"),
|
||||
getVersion: async () => (0, testing_utils_1.makeVersionInfo)("1.0.0"),
|
||||
databaseRunQueries: sinon.spy(),
|
||||
databaseInterpretResults: async () => "",
|
||||
databasePrintBaseline: async () => "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue