From a00c1b054512061407acf5d0f246a6059a99aab9 Mon Sep 17 00:00:00 2001 From: Winston Liu Date: Sun, 2 Jan 2022 15:26:47 -0500 Subject: [PATCH] Fix OmnisharpDownloader tests --- test/unitTests/OmnisharpDownloader.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unitTests/OmnisharpDownloader.test.ts b/test/unitTests/OmnisharpDownloader.test.ts index 6e6ced2da..2a0c46dba 100644 --- a/test/unitTests/OmnisharpDownloader.test.ts +++ b/test/unitTests/OmnisharpDownloader.test.ts @@ -66,11 +66,11 @@ import { modernNetVersion } from "../../src/omnisharp/OmnisharpPackageCreator"; new PackageInstallation('OmniSharp Version = 1.2.3'), new LogPlatformInfo(new PlatformInformation("win32", "x86")), new PackageInstallStart(), - new DownloadStart(`OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`), + new DownloadStart(`OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`), new DownloadSizeObtained(testZip.size), - new DownloadProgress(100, `OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`), + new DownloadProgress(100, `OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`), new DownloadSuccess(' Done!'), - new InstallationStart(`OmniSharp for Windows (.NET ${useFramework ? '4.6' : '6'} / x86), Version = 1.2.3`), + new InstallationStart(`OmniSharp for Windows (.NET ${useFramework ? '4.7.2' : '6'} / x86), Version = 1.2.3`), new InstallationSuccess() ];