mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 00:05:28 +01:00
+1
-1
@@ -154,7 +154,7 @@ flakySuite('RawSearchService', () => {
|
||||
|
||||
const result = await collectResultsFromEvent(fileSearch(rawSearch, 10));
|
||||
result.files.forEach(f => {
|
||||
assert.strictEqual(f.path.replace(/\\/, '/'), uriPath);
|
||||
assert.strictEqual(f.path.replace(/\\/g, '/'), uriPath);
|
||||
});
|
||||
assert.strictEqual(result.files.length, 25, 'Result');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user