mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
Logging
This commit is contained in:
parent
07523aac27
commit
8507d95deb
@ -563,8 +563,10 @@ describe('Simple Publish & consume test', async () => {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(poolQuery)
|
||||
})
|
||||
await sleep(2000)
|
||||
|
||||
const poolData = (await response.json()).data.pool
|
||||
console.log('poolData', poolData)
|
||||
|
||||
// assert(poolData.controller === controller, 'controller is null')
|
||||
assert(poolData.isFinalized === true, 'isFinalized is false')
|
||||
|
Loading…
Reference in New Issue
Block a user