Skip to content

Commit

Permalink
Fix broken Copy system tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Feb 10, 2025
1 parent 5e1a7e5 commit 7f37123
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { ITestEnvironment } from "../../../../../../__tests__/__src__/environmen
import { tmpdir } from "os";
import path = require("path");
import * as fs from "fs";
import { ZosmfRestClient, List } from "@zowe/core-for-zowe-sdk";
import { ZosmfRestClient } from "@zowe/core-for-zowe-sdk";
import { List } from "../../../../src/methods/list/List";


let REAL_SESSION: Session;
Expand Down

0 comments on commit 7f37123

Please sign in to comment.