Skip to content

Commit

Permalink
removing comment from test
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
ATorrise committed Mar 13, 2024
1 parent 85663b8 commit c8ac80f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ describe("submit shared handler", () => {

expect(error).toBeUndefined();
expect(SubmitJobs.submitJclString).toHaveBeenCalledTimes(1);
// expect(copy.response.console.log).toHaveBeenCalledTimes(4);
expect(copy.response.console.log).toHaveBeenCalledTimes(4);
expect(LocalFileSpecified).toBe(`${badJCL}`);
IO.deleteFile(theLocalFile);
});
Expand Down

0 comments on commit c8ac80f

Please sign in to comment.