diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index 2bc66f19..0fd2a5d6 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -363,7 +363,7 @@ describe('Compute flow tests', async () => { }) it('should start a computeJob using the free environment', async () => { - const datatoken = new Datatoken( + datatoken = new Datatoken( consumerAccount, (await consumerAccount.provider.getNetwork()).chainId )