提交 817c5c2d 编写于 作者: B Benjamin Pasero

remove one no-op use of context service in tests

上级 9a9ddab3
......@@ -7,13 +7,12 @@
import * as assert from 'assert';
import {TPromise} from 'vs/base/common/winjs.base';
import {resolveWorkbenchCommonProperties} from 'vs/platform/telemetry/node/workbenchCommonProperties';
import {TestStorageService, TestContextService} from 'vs/test/utils/servicesTestUtils';
import {TestStorageService} from 'vs/test/utils/servicesTestUtils';
suite('Telemetry - common properties', function () {
const contextService = new TestContextService();
const commit = contextService.getConfiguration().env.commitHash;
const version = contextService.getConfiguration().env.version;
const commit = void 0;
const version = void 0;
test('default', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册