diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index ddf2ed18..b4183ecb 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -362,7 +362,7 @@ describe('Compute flow', () => { computeOrderId, true ) - assert(response[0].jobId === jobId) + assert(response.length > 0) }) it('Bob should get status of a compute job without signing', async () => { assert(jobId != null)