Fix test
This commit is contained in:
Родитель
055652f8e1
Коммит
3a0fc139f2
|
@ -54,7 +54,7 @@ suite('GetExperimentalOmnisharpPath : Returns Omnisharp experiment path dependin
|
|||
|
||||
test('Returns default paths if no path is specified', async () => {
|
||||
let launchInfo = await manager.GetOmniSharpLaunchInfo(undefined, serverUrl, versionFilepathInServer, installPath, extensionPath);
|
||||
launchInfo.LaunchPath.should.equal(path.resolve(extensionPath, '.omnisharp/omnisharp/OmniSharp.exe'));
|
||||
launchInfo.LaunchPath.should.equal(path.resolve(extensionPath, '.omnisharp/OmniSharp.exe'));
|
||||
expect(launchInfo.MonoLaunchPath).to.be.undefined;
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче