From 044e33013d83093cdb7e5364b01213c174ba42f1 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Wed, 27 Jul 2022 15:01:03 +0300 Subject: [PATCH] update response log --- test/integration/ComputeFlow.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index c5690841..a0ee7340 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -490,6 +490,7 @@ describe('Simple compute tests', async () => { assets[0], algo ) + console.log(' computeJobs response =', computeJobs) freeEnvDatasetTxId = assets[0].transferTxId freeEnvAlgoTxId = algo.transferTxId assert(computeJobs, 'Cannot start compute job')