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:
parent
6930449ae8
commit
1749b0d989
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user