diff --git a/test/integration/ocean/AssetOwners.test.ts b/test/integration/ocean/AssetOwners.test.ts index cb0f23a..3f1af67 100644 --- a/test/integration/ocean/AssetOwners.test.ts +++ b/test/integration/ocean/AssetOwners.test.ts @@ -185,7 +185,7 @@ describe('Asset Owners', () => { assert.equal(newDDO, null) }) - + 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) await ocean.assets.addConsumerToFreeWhiteList(ddo.id, consumer1.getId(), account1)