Skip to content

Commit

Permalink
unsure if this change was the correct thing to do to pass these test
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Torrise <[email protected]>
  • Loading branch information
Amber Torrise committed Mar 15, 2024
1 parent 2307537 commit b998c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`zowe-cli-sample fail error-handler command should fail the handler 2`]
\\"exitCode\\": 1,
\\"message\\": \\"\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\",
\\"stdout\\": \\"\\",
\\"stderr\\": \\"Command Error:\\\\n\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\\\n\\",
\\"stderr\\": \\"Unable to perform this operation due to the following problem.\\\\n\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\\\n\\",
\\"data\\": {},
\\"error\\": {
\\"msg\\": \\"\\\\\\"zowe zowe-cli-sample zcsp fail error-handler\\\\\\" command failed!\\"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`zowe-cli-sample issue command-with-options should issue a response with the number and string inputted 1`] = `
"\\"zowe zcsp issue command-with-options\\" command issued!
The string specified:
\\"teststring!\\"
\\"\\"teststring!\\"\\"
The number specified was \\"1\\".
"
`;

0 comments on commit b998c5f

Please sign in to comment.