mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix lint due to merge
This commit is contained in:
parent
e2c437c1ea
commit
c0629db7c1
@ -185,7 +185,7 @@ describe('Asset Owners', () => {
|
|||||||
|
|
||||||
assert.equal(newDDO, null)
|
assert.equal(newDDO, null)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should add and remove correctly an address to/from FreeWhiteList on an asset', async () => {
|
it('should add and remove correctly an address to/from FreeWhiteList on an asset', async () => {
|
||||||
const ddo = await ocean.assets.create(metadata as any, account1)
|
const ddo = await ocean.assets.create(metadata as any, account1)
|
||||||
await ocean.assets.addConsumerToFreeWhiteList(ddo.id, consumer1.getId(), account1)
|
await ocean.assets.addConsumerToFreeWhiteList(ddo.id, consumer1.getId(), account1)
|
||||||
|
Loading…
Reference in New Issue
Block a user