added more logs of event index.

This commit is contained in:
Maria Carmina 2023-04-10 22:34:44 +03:00
parent f86723a513
commit 53d3345c83
1 changed files with 1 additions and 0 deletions

View File

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