Skip to content

Commit

Permalink
fix: broken subdao test
Browse files Browse the repository at this point in the history
  • Loading branch information
foxpy committed Jan 16, 2023
1 parent 8bb62a6 commit 9990285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testcases/subdao.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Neutron / Subdao', () => {

await cm.bondFunds(VAULT_CONTRACT_ADDRESS, '10000');
await getWithAttempts(
cm.sdk,
cm,
async () =>
await cm.queryVotingPower(
subDAO.core.address,
Expand Down

0 comments on commit 9990285

Please sign in to comment.