1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

minor fix

This commit is contained in:
Ahmed Ali 2020-06-29 19:21:14 +02:00
parent 5535305c5f
commit 2f5025a659

View File

@ -86,8 +86,6 @@ describe('Marketplace flow', () => {
] ]
} }
} }
}) })
it('Alice publishes a dataset', async () => { it('Alice publishes a dataset', async () => {
@ -148,12 +146,8 @@ describe('Marketplace flow', () => {
assert(ddo, await ocean.assets.resolve(ddo.id)) assert(ddo, await ocean.assets.resolve(ddo.id))
}) })
it('Marketplace creates access service', async () => {
})
it('Marketplace posts asset for sale', 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 () => { it('Bob gets datatokens', async () => {