Skip to content

Commit 5c12189

Browse files
committed
fix: add logging for getDDO command execution in consumeFlow test
1 parent 7ead7c4 commit 5c12189

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/consumeFlow.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ describe("Ocean CLI Publishing", function () {
162162
it("should get DDO using 'npm run cli getDDO' for download dataset", async function () {
163163

164164
const output = await runCommand(`npm run cli getDDO ${downloadDatasetDid}`);
165-
165+
console.log("Running getDDO command...", downloadDatasetDid);
166+
console.log(output);
166167
const jsonMatch = output.match(/s*([\s\S]*)/);
167168
if (!jsonMatch) {
168169
console.error("Raw output:", output);

0 commit comments

Comments
 (0)