Skip to content

Commit

Permalink
uncommented a line on dsm system test
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal <[email protected]>
  • Loading branch information
pujal0909 committed Nov 21, 2024
1 parent 2080f9f commit 1205b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ describe("Download Dataset Matching", () => {
const response = runCliScript(shellScript, TEST_ENVIRONMENT, [pattern, "--rfj", "-d", testDir, "-e", ".jcl"]);

const result = JSON.parse(response.stdout.toString());
// expect(response.stderr.toString()).toBe("");
expect(response.stderr.toString()).toBe("");
expect(response.status).toBe(0);
expect(result.stdout).toContain(`${dsnames.length} data set(s) were found matching pattern`);
expect(result.stdout).toContain(`${dsnames.length} data set(s) downloaded successfully to ${testDir}`);
Expand Down

0 comments on commit 1205b1a

Please sign in to comment.