diff --git a/test/integration/ComputeFlow.test.ts b/test/integration/ComputeFlow.test.ts index 3230f9c4..2bc66f19 100644 --- a/test/integration/ComputeFlow.test.ts +++ b/test/integration/ComputeFlow.test.ts @@ -364,8 +364,8 @@ describe('Compute flow tests', async () => { it('should start a computeJob using the free environment', async () => { const datatoken = new Datatoken( - publisherAccount, - (await publisherAccount.provider.getNetwork()).chainId + consumerAccount, + (await consumerAccount.provider.getNetwork()).chainId ) // let's have 5 minute of compute access const mytime = new Date()