1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
arsenyjin 2020-06-17 15:43:14 +02:00
parent 653dcf5dda
commit b29dbf1fd9

View File

@ -23,7 +23,7 @@ describe('Simple flow', () => {
let tokenAmount = 100 let tokenAmount = 100
let transferAmount = 1 let transferAmount = 1
let blob = 'https://localhost:8030/api/v1/services' let blob = 'http://localhost:8030/api/v1/provider/services'
describe('#test', () => { describe('#test', () => {
it('Initialize Ocean contracts v3', async () => { it('Initialize Ocean contracts v3', async () => {
@ -56,7 +56,6 @@ describe('Simple flow', () => {
it('Bob consumes dataset', async () => { it('Bob consumes dataset', async () => {
const config = new Config() const config = new Config()
let ocean = await Ocean.getInstance(config) let ocean = await Ocean.getInstance(config)
ocean.assets.download(tokenAddress, blob, bob) ocean.assets.download(tokenAddress, blob, bob)
}) })