提交 4e998928 编写于 作者: B Benjamin Pasero

fix tests

上级 f58e09cd
......@@ -409,7 +409,7 @@ suite('TelemetryService', () => {
assert.equal(errorStub.callCount, 2);
assert.equal(testAppender.events[0].data.filename.indexOf(settings.dangerousPathWithImportantInfo), -1);
assert.equal(testAppender.events[0].data.filename, '<APP_ROOT>' + settings.importantInfo + '/test.js');
assert.equal(testAppender.events[0].data.filename, settings.importantInfo + '/test.js');
service.dispose();
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册