diff --git a/tests/grant-fund.test.ts b/tests/grant-fund.test.ts index fc7e117..cf34b54 100644 --- a/tests/grant-fund.test.ts +++ b/tests/grant-fund.test.ts @@ -171,6 +171,12 @@ describe("Grant Fund assertions", () => { "treasury", `${wadToDecimal(treasuryBalance)}` ); + assert.fieldEquals( + "FundTreasury", + `0xa16081f360e3847006db660bae1c6d1b2e17ec2a01000000`, + "treasuryBalance", + `${treasuryBalance}` + ); }); test("ProposalCreated", () => {