From c0629db7c19d6c487910b64599413b72b84116c0 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 9 Apr 2020 16:48:22 +0300 Subject: [PATCH] fix lint due to merge --- test/integration/ocean/AssetOwners.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)