Skip to content

Commit

Permalink
Update Monitor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Nov 29, 2024
1 parent 1ce5b37 commit 088b8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ describe("Monitor", async function () {
await monitorInstance.updateCurrentRelayerBalances(reports);

expect(reports[depositor.address]["L1Token1"][ALL_CHAINS_NAME][BalanceType.CURRENT].toString()).to.be.equal(
"60000000000000000000000"
"75000000000000000000000"
);
});

Expand Down

0 comments on commit 088b8ac

Please sign in to comment.