Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 19, 2021
1 parent 8bcdda9 commit bc31b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/datascience/preWarmVariables.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ suite('DataScience - PreWarm Env Vars', () => {
when(jupyterInterpreter.onDidChangeInterpreter).thenReturn(onDidChangeInterpreter.event);
extensionChecker = mock(PythonExtensionChecker);
const apiProvider = mock<IPythonApiProvider>();
when(apiProvider.onDidActivePythonExtension).thenReturn(new EventEmitter<void>().event);
when(apiProvider.onDidActivatePythonExtension).thenReturn(new EventEmitter<void>().event);
when(extensionChecker.isPythonExtensionInstalled).thenReturn(true);
when(extensionChecker.isPythonExtensionActive).thenReturn(true);
zmqSupported = mock<IRawNotebookSupportedService>();
Expand Down

0 comments on commit bc31b98

Please sign in to comment.