diff --git a/test/integration/accounting.integration.ts b/test/integration/accounting.integration.ts index 82fa3ac05..94b4bc714 100644 --- a/test/integration/accounting.integration.ts +++ b/test/integration/accounting.integration.ts @@ -351,7 +351,7 @@ describe("Integration: Accounting", () => { expect(sharesRateAfter).to.be.greaterThan(sharesRateBefore, "Shares rate has not increased"); const ethDistributedEvent = ctx.getEvents(reportTxReceipt, "ETHDistributed"); - expect(ethDistributedEvent[0].args.principalCLBalance + rebaseAmount).to.equal( + expect(ethDistributedEvent[0].args.preClBalance + rebaseAmount).to.equal( ethDistributedEvent[0].args.postCLBalance, "ETHDistributed: CL balance has not increased", );