Skip to content

Commit

Permalink
Minor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Jan 12, 2024
1 parent 9513ea7 commit 707bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SpokePoolClient.ValidateFill.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe("SpokePoolClient: Fill Validation", function () {
const [fill_1] = spokePoolClient2.getFills();

// Some fields are expected to be dynamically populated by the client, but aren't in this environment.
// Fill them in manually from the fill struct to get a valid comparison.
// Populate them manually from the fill struct to get a valid comparison.
const fill_2 = {
...deposit_1,
realizedLpFeePct: fill_1.realizedLpFeePct,
Expand Down

0 comments on commit 707bd84

Please sign in to comment.