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

update call to Dispenser constructor

This commit is contained in:
Miquel A. Cabot 2022-05-09 09:01:05 +02:00
parent 6930449ae8
commit 1749b0d989

View File

@ -846,7 +846,7 @@ describe('Marketplace flow tests', async () => {
it('8.3 Consumer gets a dispenser data asset, and downloads it', async () => {
/// ```Typescript
const datatoken = new Datatoken(web3)
const dispenser = new Dispenser(web3, contracts.dispenserAddress)
const dispenser = new Dispenser(web3, null, contracts.dispenserAddress)
let consumerDTBalance = await balance(
web3,