Skip to content

Commit 3c163c3

Browse files
committed
Fix test disposable
1 parent 2092d41 commit 3c163c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/editor/contrib/indentation/test/browser/indentation.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ suite('Editor Contrib - Auto Indent On Paste', () => {
211211
test('issue #119225: Do not add extra leading space when pasting JSDoc', () => {
212212
const languageId = 'leadingSpacePaste';
213213
let model = createTextModel("", languageId, {});
214+
disposables.add(model);
214215
withTestCodeEditor(model, { autoIndent: 'full' }, (editor, viewModel, instantiationService) => {
215216
const languageService = instantiationService.get(ILanguageService);
216217
const languageConfigurationService = instantiationService.get(ILanguageConfigurationService);

0 commit comments

Comments
 (0)