mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
Fix test to pass
This commit is contained in:
@@ -32,7 +32,7 @@ async function createInteractiveWindow(kernel: Kernel) {
|
||||
|
||||
setup(async function () {
|
||||
// there should be ONE default kernel in this suite
|
||||
defaultKernel = new Kernel('mainKernel', 'Notebook Default Kernel');
|
||||
defaultKernel = new Kernel('mainKernel', 'Notebook Default Kernel', 'interactive');
|
||||
testDisposables.push(defaultKernel.controller);
|
||||
await saveAllFilesAndCloseAll();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user