From 8b92fadc50e4d319dbb69bdda275eb6921145fff Mon Sep 17 00:00:00 2001 From: prxgr4mm3r Date: Tue, 15 Aug 2023 11:50:59 +0300 Subject: [PATCH] small test fix --- tests/e2e/governance/votes.tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/e2e/governance/votes.tests.ts b/tests/e2e/governance/votes.tests.ts index d14bdaaa6..e1bf3987b 100644 --- a/tests/e2e/governance/votes.tests.ts +++ b/tests/e2e/governance/votes.tests.ts @@ -48,7 +48,7 @@ describe('Votes', function () { const { api, contractVotes, - } = await setup() + } = await setup(0) await expect(contractVotes.query.totalSupply()).to.have.bnToNumber(0) @@ -155,7 +155,6 @@ describe('Votes', function () { }; const totalSupply = Object.values(amounts).reduce((a, b) => a + b, 0) - console.log(totalSupply) await contractVotes.tx.mint(deployer.address, amounts.account0) await contractVotes.tx.mint(account1.address, amounts.account1)