Skip to content

Commit 56bef8c

Browse files
committed
lint
1 parent 5c88581 commit 56bef8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Dataworker.proposeRootBundle.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ describe("Dataworker: Propose root bundle", async function () {
253253
erc20_1.address,
254254
amountToDeposit,
255255
erc20_2.address,
256-
amountToDeposit,
256+
amountToDeposit
257257
);
258258

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

275275
if (idx === missingDepositIdx) {

0 commit comments

Comments
 (0)