Skip to content

Commit cb292b5

Browse files
committed
fix
1 parent c801dfa commit cb292b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SpokePool.SlowRelay.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe("SpokePool Slow Relay Logic", async function () {
9292
depositId: consts.firstDepositId.toString(),
9393
message: erc20Message,
9494
},
95-
payoutAdjustmentPct: ethers.utils.parseEther("9").toString(), // 10x payout.
95+
payoutAdjustmentPct: ethers.utils.parseEther("9"), // 10x payout.
9696
});
9797

9898
// WETH
@@ -109,7 +109,7 @@ describe("SpokePool Slow Relay Logic", async function () {
109109
depositId: consts.firstDepositId.toString(),
110110
message: wethMessage,
111111
},
112-
payoutAdjustmentPct: ethers.utils.parseEther("-0.5").toString(), // 50% payout.
112+
payoutAdjustmentPct: ethers.utils.parseEther("-0.5"), // 50% payout.
113113
});
114114

115115
// Broken payout adjustment, too small.

0 commit comments

Comments
 (0)