This commit is contained in:
Jamie Hewitt 2022-07-08 12:56:51 +01:00
parent 07523aac27
commit 8507d95deb
1 changed files with 2 additions and 0 deletions

View File

@ -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')