Skip to content

Commit cfefcf0

Browse files
committed
Make sure to cleanup after waiting for the suggestion to show up
1 parent bd9c49b commit cfefcf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/datascience/intellisense.functional.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ suite('DataScience Intellisense tests', () => {
105105
const suggestion = waitForSuggestion(wrapper);
106106
typeCode(wrapper, 'print');
107107
await suggestion.promise;
108+
suggestion.disposable.dispose();
108109
verifyIntellisenseVisible(wrapper, 'print');
109110
}, () => { return ioc; });
110111
});

0 commit comments

Comments
 (0)