Update extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli/distribution.test.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
This commit is contained in:
@@ -107,7 +107,7 @@ describe("Releases API consumer", () => {
|
||||
}
|
||||
}
|
||||
|
||||
it("picked release is non-prerelease with with the highest semver", async () => {
|
||||
it("picked release is non-prerelease with the highest semver", async () => {
|
||||
const consumer = new MockReleasesApiConsumer(owner, repo);
|
||||
|
||||
const latestRelease = await consumer.getLatestRelease(
|
||||
|
||||
Reference in New Issue
Block a user