Skip to content

Commit

Permalink
add assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Jul 27, 2023
1 parent 8f4f570 commit 1d24fc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/grant-fund.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ describe("Grant Fund assertions", () => {
"treasury",
`${wadToDecimal(treasuryBalance)}`
);
assert.fieldEquals(
"FundTreasury",
`0xa16081f360e3847006db660bae1c6d1b2e17ec2a01000000`,
"treasuryBalance",
`${treasuryBalance}`
);
});

test("ProposalCreated", () => {
Expand Down

0 comments on commit 1d24fc9

Please sign in to comment.