提交 67fa0f6e 编写于 作者: B Benjamin Pasero

fix tests

上级 95a116f3
......@@ -142,7 +142,7 @@ suite('SearchModel', () => {
assert.ok(target.calledOnce);
const data = target.args[0];
data[1].duration = -1;
assert.deepEqual(['searchResultsShown', { count: 3, fileCount: 2, options: {}, duration: -1 }], data);
assert.deepEqual(['searchResultsShown', { count: 3, fileCount: 2, options: {}, duration: -1, useRipgrep: undefined }], data);
});
test('Search Model: Search reports timed telemetry on search when progress is not called', function (done) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册