mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
added logs
This commit is contained in:
parent
b83872bc7c
commit
7bb1432182
@ -459,6 +459,7 @@ describe('Simple compute tests', async () => {
|
||||
providerUrl,
|
||||
consumerAccount
|
||||
)
|
||||
console.log('providerInitializeComputeResults =', providerInitializeComputeResults)
|
||||
assert(
|
||||
!('error' in providerInitializeComputeResults.algorithm),
|
||||
'Cannot order algorithm'
|
||||
@ -479,6 +480,8 @@ describe('Simple compute tests', async () => {
|
||||
0
|
||||
)
|
||||
}
|
||||
console.log(' asset =', assets[0])
|
||||
console.log(' algo =', assets[0])
|
||||
const computeJobs = await ProviderInstance.computeStart(
|
||||
providerUrl,
|
||||
web3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user