Skip to content

Commit

Permalink
Downloading the download dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Jul 16, 2024
1 parent 0e8c5c3 commit 6ed0119
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/consumeFlow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,10 @@ describe("Ocean CLI Publishing", function() {
});
});

it("should download the download dataset", function(done) {
exec(`npm run cli download ${downloadDatasetDid} ./`, { cwd: projectRoot }, (error, stdout) => {
console.log('stdout', stdout)
done()
});
});
});

0 comments on commit 6ed0119

Please sign in to comment.