Skip to content

Commit

Permalink
Replace todo with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
shark0der committed Jan 6, 2023
1 parent ac9e95a commit 540b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/Pool/removeAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('removeAsset', function () {
expect(minAmount).to.be.equal(parseEther('24360'));
expect(maxAmount).to.be.equal(parseEther('32500'));
expect(maxSlippageRatio).to.be.equal(0);
// TODO: does this need to be exactly this timestamp?
// this value is currently hardcoded in the Pool's constructor
expect(lastSwapTime).to.be.equal(1633425218);

const expectedInvestmentAssets = [stETH.address];
Expand Down

0 comments on commit 540b29b

Please sign in to comment.