Updating test

This commit is contained in:
Jamie Hewitt 2023-03-14 11:17:08 +03:00
parent 6f2a45e9d8
commit d622ee95f6

View File

@ -151,7 +151,7 @@ describe('veOcean tests', async () => {
const tx = await delegateContract.methods const tx = await delegateContract.methods
.create_boost(Alice, Bob, 100, 0, lockTime, 0) .create_boost(Alice, Bob, 100, 0, lockTime, 0)
.send({ .send({
from: Bob from: Alice
}) })
console.log('TX: ', tx) console.log('TX: ', tx)
}) })