From 2f5025a659bcddc47bbc44887c7f7ee6063d08c6 Mon Sep 17 00:00:00 2001 From: Ahmed Ali Date: Mon, 29 Jun 2020 19:21:14 +0200 Subject: [PATCH] minor fix --- test/integration/Marketplaceflow.test.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test/integration/Marketplaceflow.test.ts b/test/integration/Marketplaceflow.test.ts index 916ac1bc..c302f16a 100644 --- a/test/integration/Marketplaceflow.test.ts +++ b/test/integration/Marketplaceflow.test.ts @@ -86,8 +86,6 @@ describe('Marketplace flow', () => { ] } } - - }) it('Alice publishes a dataset', async () => { @@ -148,12 +146,8 @@ describe('Marketplace flow', () => { assert(ddo, await ocean.assets.resolve(ddo.id)) }) - it('Marketplace creates access service', async () => { - - }) - it('Marketplace posts asset for sale', async () => { - //const downloadService = await ocean.assets.getService(ddo.id, 'download') + // const downloadService = await ocean.assets.getService(ddo.id, 'download') }) it('Bob gets datatokens', async () => {