Skip to content

Commit

Permalink
Check something
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Oct 18, 2023
1 parent e42d6b0 commit 75350f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ describe("Download data set handler", () => {
response: mockResponse
};
await handler.processFTP(mockParams);
// eslint-disable-next-line no-console
console.dir(mockResponse.console.log.mock.calls);
expect(mockResponse.console.log.mock.calls[0][0]).toBe("Data set downloaded successfully.\nDestination: %s");
expect(mockResponse.console.log.mock.calls[0][1]).toBe("ds1");
expect(mockParams.connection.getDataset.mock.calls[0][1]).toBe("binary_rdw");
Expand Down

0 comments on commit 75350f9

Please sign in to comment.