mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
console log to find issue
This commit is contained in:
parent
d23c1d1b05
commit
1d92f06108
@ -428,6 +428,12 @@ describe('Simple compute tests', async () => {
|
|||||||
serviceId: resolvedAlgoDdoWith1mTimeout.services[0].id
|
serviceId: resolvedAlgoDdoWith1mTimeout.services[0].id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('assets', assets)
|
||||||
|
console.log('algo', algo)
|
||||||
|
console.log('computeEnv', computeEnv)
|
||||||
|
console.log('computeValidUntil', computeValidUntil)
|
||||||
|
console.log('providerUrl', providerUrl)
|
||||||
|
console.log('consumerAccount', consumerAccount)
|
||||||
providerInitializeComputeResults = await ProviderInstance.initializeCompute(
|
providerInitializeComputeResults = await ProviderInstance.initializeCompute(
|
||||||
assets,
|
assets,
|
||||||
algo,
|
algo,
|
||||||
@ -436,6 +442,7 @@ describe('Simple compute tests', async () => {
|
|||||||
providerUrl,
|
providerUrl,
|
||||||
consumerAccount
|
consumerAccount
|
||||||
)
|
)
|
||||||
|
console.log(providerInitializeComputeResults)
|
||||||
assert(
|
assert(
|
||||||
!('error' in providerInitializeComputeResults.algorithm),
|
!('error' in providerInitializeComputeResults.algorithm),
|
||||||
'Cannot order algorithm'
|
'Cannot order algorithm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user