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

update datatoken instance

This commit is contained in:
Bogdan Fazakas 2023-03-23 12:14:33 +02:00
parent 5c9c20f32c
commit a1bc02410d

View File

@ -364,8 +364,8 @@ 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( const datatoken = new Datatoken(
publisherAccount, consumerAccount,
(await publisherAccount.provider.getNetwork()).chainId (await consumerAccount.provider.getNetwork()).chainId
) )
// let's have 5 minute of compute access // let's have 5 minute of compute access
const mytime = new Date() const mytime = new Date()