Skip to content

Commit

Permalink
Update test/ERC4626WrapperBase.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: EndymionJkb <[email protected]>
  • Loading branch information
joaobrunoah and EndymionJkb authored Feb 7, 2025
1 parent 3fec748 commit b8ee5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ERC4626WrapperBase.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ abstract contract ERC4626WrapperBaseTest is Test {
uint256 internal userInitialShares;

uint256 internal minDeposit = 100;
// Tolerance of 1 wei difference between convert/preview and actual operation.
// Tolerance between convert/preview and the actual operation.
uint256 internal constant TOLERANCE = 2;

function setUp() public virtual {
Expand Down

0 comments on commit b8ee5dd

Please sign in to comment.