Skip to content

Commit 2b8ef59

Browse files
Fix unit tests by reverting JVSC_EXTENSION_ID_FOR_TESTS to ms-toolsai.jupyter
Co-Authored-By: Filip Pyrek <PyrekFilip@gmail.com>
1 parent e898f8e commit 2b8ef59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/constants.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const EXTENSION_TEST_DIR_FOR_FILES = path.join(
1616
'datascience',
1717
'temp'
1818
);
19-
export const JVSC_EXTENSION_ID_FOR_TESTS = 'Deepnote.vscode-deepnote';
19+
export const JVSC_EXTENSION_ID_FOR_TESTS = 'ms-toolsai.jupyter';
2020

2121
export const SMOKE_TEST_EXTENSIONS_DIR = path.join(
2222
EXTENSION_ROOT_DIR_FOR_TESTS,

src/test/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4-
export const JVSC_EXTENSION_ID_FOR_TESTS = 'Deepnote.vscode-deepnote';
4+
export const JVSC_EXTENSION_ID_FOR_TESTS = 'ms-toolsai.jupyter';
55
export const PerformanceExtensionId = 'ms-toolsai.vscode-notebook-perf';
66

77
export type TestSettingsType = {

0 commit comments

Comments
 (0)