Print event index.

This commit is contained in:
Maria Carmina 2023-04-10 22:26:11 +03:00
parent 203d4919c8
commit f86723a513
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ describe('Simple Publish & consume test', async () => {
setInitialProviderFee.providerFeeToken.toLowerCase(),
'Wrong initial providerFeeToken set'
)
console.log('eventIndex: ', initialQueryResult.data.order.eventIndex)
assert(
initialQueryResult.data.order.eventIndex !== null &&
initialQueryResult.data.order.eventIndex > 0,