提交 aa81dc3e 编写于 作者: J Johannes Rieken

remove assertion that checks number of common properties

上级 093eac50
......@@ -53,7 +53,6 @@ suite('Telemetry - common properties', function () {
assert.ok('common.sqm.machineid' in props, 'machineid');
}
assert.equal(Object.keys(props).length, process.platform === 'win32' ? 18 : 16);
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册