Skip to content

Commit 051b10c

Browse files
committed
Nits
1 parent 97fc317 commit 051b10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/featureTests/OmnisharpDownloader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ suite("DownloadAndInstallExperimentalVersion : Gets the version packages, downlo
2222
const eventStream = new EventStream();
2323
const downloader = GetTestOmnisharpDownloader(eventStream, platformInfo);
2424
const serverUrl = "https://roslynomnisharp.blob.core.windows.net";
25-
const installPath = ".omnisharp/experimental/";
25+
const installPath = "somePath";
2626

2727
setup(() => {
2828
tmpDir = tmp.dirSync();

0 commit comments

Comments
 (0)