Skip to content

Commit

Permalink
fix: addressing comments in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed May 9, 2024
1 parent 7b105c5 commit d3f27ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/BPool.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ contract BPool_Unit_JoinPool is BasePoolTest {
tokens[i],
BPool.Record({
bound: true,
index: i,
denorm: BONE, // TODO: set denorm? is it relevant?
index: 0, // NOTE: irrelevant for this method
denorm: 0, // NOTE: irrelevant for this method
balance: _fuzz.balance[i]
})
);
Expand Down

0 comments on commit d3f27ea

Please sign in to comment.