Adding additional assert statements

This commit is contained in:
Jamie Hewitt 2023-03-14 15:45:42 +03:00
parent 9e361225b5
commit 96d5b0a435
1 changed files with 2 additions and 0 deletions

View File

@ -179,5 +179,7 @@ describe('veOcean tests', async () => {
0
)
console.log('TX3: ', tx3)
assert(tx3, 'Transaction failed')
assert(tx3.events.DelegateBoost, 'No Delegate boost event')
})
})