Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Jun 29, 2020
1 parent 5535305 commit 2f5025a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/integration/Marketplaceflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ describe('Marketplace flow', () => {
]
}
}


})

it('Alice publishes a dataset', async () => {
Expand Down Expand Up @@ -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 () => {
Expand Down

0 comments on commit 2f5025a

Please sign in to comment.