Skip to content

Commit dec442e

Browse files
committed
fix tests
1 parent 92f31bf commit dec442e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/telemetry/test/electron-browser/appInsightsAppender.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ suite('AIAdapter', () => {
8484
});
8585

8686
teardown(() => {
87-
return adapter.flush();
87+
adapter.flush();
8888
});
8989

9090
test('Simple event', () => {

0 commit comments

Comments
 (0)