Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl committed Jun 10, 2024
1 parent 5c88581 commit 56bef8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Dataworker.proposeRootBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ describe("Dataworker: Propose root bundle", async function () {
erc20_1.address,
amountToDeposit,
erc20_2.address,
amountToDeposit,
amountToDeposit
);

// Since the SpokePoolClient relies on SpokePoolClient.latestDepositIdQueried, we can't currently detect
Expand All @@ -269,7 +269,7 @@ describe("Dataworker: Propose root bundle", async function () {
erc20_1.address,
amountToDeposit,
erc20_2.address,
amountToDeposit,
amountToDeposit
);

if (idx === missingDepositIdx) {
Expand Down

0 comments on commit 56bef8c

Please sign in to comment.