From 324b4eda64fc84544fee5fe7491b0fb601ae1e43 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 23 Aug 2022 21:27:15 +0300 Subject: [PATCH] fix sintax --- test/integration/ComputeFlow.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index e4dd6a12..f907ee51 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -473,8 +473,10 @@ describe('Simple compute tests', async () => { providerUrl, consumerAccount ) - console.log('first providerInitializeComputeResults'), + console.log( + 'first providerInitializeComputeResults', providerInitializeComputeResults + ) assert( !('error' in providerInitializeComputeResults.algorithm), 'Cannot order algorithm'