Skip to content

Commit

Permalink
small test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prxgr4mm3r committed Aug 15, 2023
1 parent d0837d1 commit 8b92fad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/governance/votes.tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('Votes', function () {
const {
api,
contractVotes,
} = await setup()
} = await setup(0)

await expect(contractVotes.query.totalSupply()).to.have.bnToNumber(0)

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 8b92fad

Please sign in to comment.