Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Oct 18, 2023
1 parent b8a43f1 commit 26c2fe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ async function createGlobalMocks() {
"zowe.issueMvsCmd",
"zowe.selectForCompare",
"zowe.compareWithSelected",
"zowe.compareWithSelectedReadOnly",
"zowe.compareFileStarted",
],
};
Expand Down
2 changes: 1 addition & 1 deletion packages/zowe-explorer/src/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export let DS_DIR: string;
export let CONFIG_PATH; // set during activate
export let ISTHEIA = false; // set during activate
export let LOG: imperative.Logger;
export const COMMAND_COUNT = 113;
export const COMMAND_COUNT = 114;
export const MAX_SEARCH_HISTORY = 5;
export const MAX_FILE_HISTORY = 10;
export const MS_PER_SEC = 1000;
Expand Down

0 comments on commit 26c2fe8

Please sign in to comment.