Fix tests

This commit is contained in:
Sheetal Nandi
2019-06-21 14:54:38 -07:00
parent ecf875112b
commit 181028821b

View File

@@ -85,8 +85,8 @@ namespace ts.projectSystem {
});
const { file: _, ...renameTextOfMyConstInLib } = locationOfMyConstInLib;
assert.deepEqual(response.locs, [
{ file: myConstFile, locs: [{ start: myConstStart, end: myConstEnd }] },
{ file: locationOfMyConstInLib.file, locs: [renameTextOfMyConstInLib] }
{ file: locationOfMyConstInLib.file, locs: [renameTextOfMyConstInLib] },
{ file: myConstFile, locs: [{ start: myConstStart, end: myConstEnd }] }
]);
});
});