mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix tests
This commit is contained in:
parent
29eb7fbfdc
commit
a6ad053cd0
@ -655,7 +655,7 @@ Let's have 5 minute of compute access
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
|
||||
|
@ -461,7 +461,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
freeEnvDatasetTxId = assets[0].transferTxId
|
||||
@ -530,7 +530,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
assert(computeJobs, 'Cannot start compute job')
|
||||
@ -594,7 +594,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
paidEnvDatasetTxId = assets[0].transferTxId
|
||||
@ -670,7 +670,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
assert(computeJobs, 'Cannot start compute job')
|
||||
@ -762,7 +762,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
// freeEnvDatasetTxId = assets[0].transferTxId
|
||||
@ -846,7 +846,7 @@ describe('Compute flow tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount,
|
||||
computeEnv.id,
|
||||
assets[0],
|
||||
assets,
|
||||
algo
|
||||
)
|
||||
// freeEnvDatasetTxId = assets[0].transferTxId
|
||||
|
Loading…
x
Reference in New Issue
Block a user