mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Merge pull request #1452 from oceanprotocol/issue-1345-rewrite-provider-test
Issue-#1345: Rewrite Provider test
This commit is contained in:
commit
2632c12271
@ -32,4 +32,9 @@ describe('Provider tests', async () => {
|
||||
)
|
||||
assert(fileinfo[0].valid === true, 'Sent file is not valid')
|
||||
})
|
||||
|
||||
it('Alice tests compute environments', async () => {
|
||||
const computeEnvs = await providerInstance.getComputeEnvironments(config.providerUri)
|
||||
assert(computeEnvs, 'No Compute environments found')
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user