Skip to content

Commit a00c1b0

Browse files
committed
Fix OmnisharpDownloader tests
1 parent 5366059 commit a00c1b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unitTests/OmnisharpDownloader.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ import { modernNetVersion } from "../../src/omnisharp/OmnisharpPackageCreator";
6666
new PackageInstallation('OmniSharp Version = 1.2.3'),
6767
new LogPlatformInfo(new PlatformInformation("win32", "x86")),
6868
new PackageInstallStart(),
69-
new DownloadStart(`OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`),
69+
new DownloadStart(`OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`),
7070
new DownloadSizeObtained(testZip.size),
71-
new DownloadProgress(100, `OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`),
71+
new DownloadProgress(100, `OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`),
7272
new DownloadSuccess(' Done!'),
73-
new InstallationStart(`OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`),
73+
new InstallationStart(`OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`),
7474
new InstallationSuccess()
7575
];
7676

0 commit comments

Comments
 (0)