1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

update datatoken global variable

This commit is contained in:
Bogdan Fazakas 2023-03-23 12:37:39 +02:00
parent a1bc02410d
commit df684c60aa

View File

@ -363,7 +363,7 @@ describe('Compute flow tests', async () => {
}) })
it('should start a computeJob using the free environment', async () => { it('should start a computeJob using the free environment', async () => {
const datatoken = new Datatoken( datatoken = new Datatoken(
consumerAccount, consumerAccount,
(await consumerAccount.provider.getNetwork()).chainId (await consumerAccount.provider.getNetwork()).chainId
) )