Skip to content

Commit f8dfd52

Browse files
committed
fixes to tests
1 parent e21519b commit f8dfd52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/extension.jupyter.comms.jupyterClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { JupyterClient } from '../client/jupyter/jupyter_client/main';
1616
// Defines a Mocha test suite to group tests of similar kind together
1717
suite('JupyterClient', () => {
1818
test('Ping (Process and Socket)', done => {
19-
const jupyter = new JupyterClient(vscode.window.createOutputChannel('Python'));
19+
const jupyter = new JupyterClient(vscode.window.createOutputChannel('Python'), __dirname);
2020
jupyter.start().then(() => {
2121
done();
2222
}).catch(reason => {

0 commit comments

Comments
 (0)