From a1bc02410dcb7332086f4bdf3252bac7a23b58af Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 23 Mar 2023 12:14:33 +0200 Subject: [PATCH] update datatoken instance --- test/integration/ComputeFlow.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()