Skip to content

Commit 5219b0e

Browse files
nicholaspaipxrl
andauthored
Update test/SpokePool.SlowRelay.ts
Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
1 parent 3561b81 commit 5219b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SpokePool.SlowRelay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ describe("SpokePool Slow Relay Logic", async function () {
456456
slowFills.find(
457457
(slowFill) =>
458458
slowFill.relayData.destinationToken === destErc20.address &&
459-
slowFill.payoutAdjustmentPct.toString() === ethers.utils.parseEther("101").toString()
459+
slowFill.payoutAdjustmentPct.eq(ethers.utils.parseEther("101"))
460460
)!
461461
)
462462
)

0 commit comments

Comments
 (0)