From d622ee95f67060be331941f52acf1ea1a22418e5 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Tue, 14 Mar 2023 11:17:08 +0300 Subject: [PATCH] Updating test --- test/integration/veDelegation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/veDelegation.test.ts b/test/integration/veDelegation.test.ts index 3c77687..694fde4 100644 --- a/test/integration/veDelegation.test.ts +++ b/test/integration/veDelegation.test.ts @@ -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) })