Skip to content

Commit

Permalink
describe expected total voting power
Browse files Browse the repository at this point in the history
  • Loading branch information
sotnikov-s committed Sep 19, 2023
1 parent 462007d commit 889fca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/testcases/parallel/governance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ describe('Neutron / Governance', () => {
await wait.getWithAttempts(
neutronChain.blockWaiter,
async () => await mainDao.queryTotalVotingPower(),
// 3x1000000000 + 100000000 from investors vault (see neutron/network/init-neutrond.sh)
async (response) => response.power == 3100000000,
20,
);
Expand Down

0 comments on commit 889fca4

Please sign in to comment.