Rename the request as updateOpen

This commit is contained in:
Sheetal Nandi
2019-03-05 14:34:08 -08:00
parent 03377f70b7
commit e55fbffed6
4 changed files with 16 additions and 16 deletions
@@ -105,10 +105,10 @@ ${file.content}`;
);
});
it("with applyChangesToOpenFiles request", () => {
it("with updateOpen request", () => {
verify(session =>
session.executeCommandSeq<protocol.ApplyChangesToOpenFilesRequest>({
command: protocol.CommandTypes.ApplyChangesToOpenFiles,
session.executeCommandSeq<protocol.UpdateOpenRequest>({
command: protocol.CommandTypes.UpdateOpen,
arguments: {
openFiles: [
{