1 parent c661bdb commit 1af8505Copy full SHA for 1af8505
1 file changed
src/test/extension.jupyter.comms.jupyterClient.test.ts
@@ -16,7 +16,7 @@ import { JupyterClient } from '../client/jupyter/jupyter_client/main';
16
// Defines a Mocha test suite to group tests of similar kind together
17
suite('JupyterClient', () => {
18
test('Ping (Process and Socket)', done => {
19
- const jupyter = new JupyterClient(vscode.window.createOutputChannel('Python'));
+ const jupyter = new JupyterClient(vscode.window.createOutputChannel('Python'), __dirname);
20
jupyter.start().then(() => {
21
done();
22
}).catch(reason => {
0 commit comments