Skip to content

Commit

Permalink
remove unrelated comment from test block
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Dec 5, 2024
1 parent a406bc0 commit 2076491
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ describe("ZoweDatasetNode Unit Tests", () => {
expect(testNode.getSession()).toBeDefined();
});

/*************************************************************************************************************
* Creates an ZoweDatasetNode and checks that its members are all initialized by the constructor
*************************************************************************************************************/
it("calls setEncoding when constructing a node with encoding", () => {
jest.spyOn(BaseProvider.prototype, "setEncodingForFile").mockImplementationOnce(() => {});
const makeEmptyDsWithEncodingMock = jest.spyOn(DatasetFSProvider.instance, "makeEmptyDsWithEncoding").mockImplementationOnce(() => {});
Expand Down

0 comments on commit 2076491

Please sign in to comment.