Skip to content

Commit

Permalink
add bob gets datatokens
Browse files Browse the repository at this point in the history
  • Loading branch information
arseneeth committed Jun 29, 2020
1 parent 2025527 commit 94377bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/integration/Marketplaceflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ describe('Marketplace flow', () => {

// })

// it('Bob gets datatokens', async () => {
// const ts = await datatoken.transfer(tokenAddress, bob, transferAmount, alice)
// transactionId = ts.transactionHash
// })
it('Bob gets datatokens', async () => {
const ts = await datatoken.transfer(tokenAddress, bob.getId(), transferAmount, alice.getId())
transactionId = ts.transactionHash
})

// it('Bob consumes asset 1', async () => {
// const config = new Config()
// // const config = new Config()
// const ocean = await Ocean.getInstance(config)
// await ocean.assets.download(asset.did, service1.index, bob, '~/my-datasets')
// })
Expand Down

0 comments on commit 94377bd

Please sign in to comment.