Skip to content

Commit

Permalink
fixed unused variable error
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal <[email protected]>
  • Loading branch information
pujal0909 committed Dec 20, 2024
1 parent 8fc2cc8 commit da4e712
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,6 @@ describe("Copy", () => {
const readStream = jest.spyOn(IO, "createReadStream");
const rmSync = jest.spyOn(fs, "rmSync");
const listDatasetSpy = jest.spyOn(List, "dataSet");
const targetDataSetExistsSpy = jest.spyOn(Copy, "dataSetExists");

const dsPO = {
dsname: fromDataSetName,
Expand Down

0 comments on commit da4e712

Please sign in to comment.