Skip to content

Commit eec9bbe

Browse files
committed
Fix typo
1 parent 7e942c6 commit eec9bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unittest/noConfigDebugInit.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ suite('setup for no-config debug scenario', function () {
4949
workspaceUriStub.restore();
5050
});
5151

52-
test('should add environment variables for DEBUGPY_ADAPTER_ENDPOINTS, BUNDLED_DEBUGPY_PATH, and PATH', async () => {
52+
test('should add environment variables for VSCODE_DEBUGPY_ADAPTER_ENDPOINTS, BUNDLED_DEBUGPY_PATH, and PATH', async () => {
5353
const environmentVariableCollectionMock = TypeMoq.Mock.ofType<any>();
5454
envVarCollectionReplaceStub = sinon.stub();
5555
envVarCollectionAppendStub = sinon.stub();

0 commit comments

Comments
 (0)