Skip to content

Commit f8358de

Browse files
committed
Fixes to tests
1 parent 37825e2 commit f8358de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/datascience/shiftEnterBanner.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ suite('Interactive Shift Enter Banner', () => {
3838
}
3939

4040
setup(() => {
41+
clearTelemetryReporter();
4142
process.env.VSC_PYTHON_UNIT_TEST = undefined;
4243
process.env.VSC_PYTHON_CI_TEST = undefined;
4344
appShell = typemoq.Mock.ofType<IApplicationShell>();

0 commit comments

Comments
 (0)