@@ -154,7 +154,7 @@ suite('Telemetry', () => {
154
154
const error = new Error ( 'Boo' ) ;
155
155
rewiremock ( 'vscode-extension-telemetry' ) . with ( { default : Reporter } ) ;
156
156
157
- const eventName = 'Testing ' ;
157
+ const eventName = 'ERROR ' ;
158
158
const properties = { hello : 'world' , foo : 'bar' } ;
159
159
const measures = { start : 123 , end : 987 } ;
160
160
@@ -196,7 +196,7 @@ suite('Telemetry', () => {
196
196
] . join ( '\n\t' ) ;
197
197
rewiremock ( 'vscode-extension-telemetry' ) . with ( { default : Reporter } ) ;
198
198
199
- const eventName = 'Testing ' ;
199
+ const eventName = 'ERROR ' ;
200
200
const properties = { hello : 'world' , foo : 'bar' } ;
201
201
const measures = { start : 123 , end : 987 } ;
202
202
@@ -249,7 +249,7 @@ suite('Telemetry', () => {
249
249
] . join ( '\n\t' ) ;
250
250
rewiremock ( 'vscode-extension-telemetry' ) . with ( { default : Reporter } ) ;
251
251
252
- const eventName = 'Testing ' ;
252
+ const eventName = 'ERROR ' ;
253
253
const properties = { hello : 'world' , foo : 'bar' } ;
254
254
const measures = { start : 123 , end : 987 } ;
255
255
@@ -291,7 +291,7 @@ suite('Telemetry', () => {
291
291
] . join ( '\n\t' ) ;
292
292
rewiremock ( 'vscode-extension-telemetry' ) . with ( { default : Reporter } ) ;
293
293
294
- const eventName = 'Testing ' ;
294
+ const eventName = 'ERROR ' ;
295
295
const properties = { hello : 'world' , foo : 'bar' } ;
296
296
const measures = { start : 123 , end : 987 } ;
297
297
0 commit comments