Skip to content

Commit

Permalink
removed unsused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal <[email protected]>
  • Loading branch information
pujal0909 committed Feb 12, 2025
1 parent 8063ce4 commit eeeb755
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ describe("Copy", () => {
dsn:fromDataSetName
}}
);
const sourceMemberList = sourceResponse.apiResponse.items.map((item: { member: any; }) => item.member);
expect(isPDSSpy).toHaveBeenNthCalledWith(1, dummySession, fromDataSetName);
expect(isPDSSpy).toHaveBeenNthCalledWith(2, dummySession, toDataSetName);

Expand Down

0 comments on commit eeeb755

Please sign in to comment.