1
0
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:
alexcos20 2020-04-09 16:48:22 +03:00
parent e2c437c1ea
commit c0629db7c1

View File

@ -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)