Skip to content

Commit 08469d2

Browse files
committed
Fix tests and expected values
1 parent 355e0a8 commit 08469d2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/test/common/application/commands/issueUserDataTemplateVenv1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ pipenvPath: "<placeholder>"
2626

2727
|Extension Name|Extension Id|Version|
2828
|---|---|---|
29-
|Python|ms-python.python|2020.2|
29+
|python|ms-|2020.2|
3030
</details>

src/test/common/application/commands/issueUserDataTemplateVenv2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ venvPath: "<placeholder>"
2323

2424
|Extension Name|Extension Id|Version|
2525
|---|---|---|
26-
|Python|ms-python.python|2020.2|
26+
|python|ms-|2020.2|
2727
</details>

src/test/common/application/commands/reportIssueCommand.unit.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ suite('Report Issue Command', () => {
101101
packageJSON: {
102102
displayName: 'Python',
103103
version: '2020.2',
104+
name: 'python',
105+
publisher: 'ms-python',
104106
},
105107
},
106108
]);

0 commit comments

Comments
 (0)