Skip to content

Commit 3722bb0

Browse files
authored
Merge pull request #4450 from amcasey/patch-1
Fix typo in import path
2 parents a2c3a9d + 1a1f917 commit 3722bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unitTests/logging/OmnisharpChannelObserver.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55
import { expect } from 'chai';
6-
import { vscode } from '.,/../../src/vscodeAdapter';
6+
import { vscode } from '../../../src/vscodeAdapter';
77
import { getNullChannel, updateConfig, getVSCodeWithConfig } from '../testAssets/Fakes';
88
import { OmnisharpChannelObserver } from '../../../src/observers/OmnisharpChannelObserver';
99
import { OmnisharpFailure, ShowOmniSharpChannel, BaseEvent, OmnisharpRestart, OmnisharpServerOnStdErr } from '../../../src/omnisharp/loggingEvents';
@@ -64,4 +64,4 @@ suite("OmnisharpChannelObserver", () => {
6464
expect(hasCleared).to.be.true;
6565
});
6666
});
67-
});
67+
});

0 commit comments

Comments
 (0)