Skip to content

Commit 3a0fc13

Browse files
Fix test
1 parent 055652f commit 3a0fc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/featureTests/OmnisharpManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ suite('GetExperimentalOmnisharpPath : Returns Omnisharp experiment path dependin
5454

5555
test('Returns default paths if no path is specified', async () => {
5656
let launchInfo = await manager.GetOmniSharpLaunchInfo(undefined, serverUrl, versionFilepathInServer, installPath, extensionPath);
57-
launchInfo.LaunchPath.should.equal(path.resolve(extensionPath, '.omnisharp/omnisharp/OmniSharp.exe'));
57+
launchInfo.LaunchPath.should.equal(path.resolve(extensionPath, '.omnisharp/OmniSharp.exe'));
5858
expect(launchInfo.MonoLaunchPath).to.be.undefined;
5959
});
6060

0 commit comments

Comments
 (0)