Skip to content

Commit 3d5f760

Browse files
DonJayamanneMikhail Arkhipov
authored and
Mikhail Arkhipov
committed
Fix typo in test (#1795)
1 parent 391c54e commit 3d5f760

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/3 Code Health/1794.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix typo in unit test.

src/test/activation/activationService.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { IServiceContainer } from '../../client/ioc/types';
1616

1717
suite('Activation - ActivationService', () => {
1818
[true, false].forEach(jediIsEnabled => {
19-
suite(`Jedi is ${jediIsEnabled ? 'dnabled' : 'disabled'}`, () => {
19+
suite(`Jedi is ${jediIsEnabled ? 'enabled' : 'disabled'}`, () => {
2020
let serviceContainer: TypeMoq.IMock<IServiceContainer>;
2121
let pythonSettings: TypeMoq.IMock<IPythonSettings>;
2222
let appShell: TypeMoq.IMock<IApplicationShell>;

0 commit comments

Comments
 (0)