Updating test

This commit is contained in:
Jamie Hewitt 2023-03-14 11:17:08 +03:00
parent 6f2a45e9d8
commit d622ee95f6
1 changed files with 1 additions and 1 deletions

View File

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