Skip to content

Commit c423505

Browse files
Update extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli/distribution.test.ts
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent e565032 commit c423505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/vscode-tests/no-workspace/codeql-cli/distribution.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe("Releases API consumer", () => {
107107
}
108108
}
109109

110-
it("picked release is non-prerelease with with the highest semver", async () => {
110+
it("picked release is non-prerelease with the highest semver", async () => {
111111
const consumer = new MockReleasesApiConsumer(owner, repo);
112112

113113
const latestRelease = await consumer.getLatestRelease(

0 commit comments

Comments
 (0)