Skip to content

Commit a75cd34

Browse files
committed
fix
1 parent 72d9c32 commit a75cd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/shared/lsp/utils/cleanup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ describe('cleanLSPDownloads', function () {
6868
it('handles case where less than 2 versions are not delisted', async function () {
6969
await fakeInstallVersions(['1.0.0', '1.0.1', '1.1.1', '2.1.1'], installationDir.fsPath)
7070
const deleted = await cleanLspDownloads(
71-
'',
71+
'1.0.1',
7272
[
7373
{ serverVersion: '1.1.1', isDelisted: true, targets: [] },
7474
{ serverVersion: '2.1.1', isDelisted: true, targets: [] },

0 commit comments

Comments
 (0)