Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobrunoah committed Jan 7, 2025
1 parent ebd6373 commit 1ca9426
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 @@ -83,7 +83,7 @@ abstract contract ERC4626WrapperBaseTest is Test {
/**
* @notice Defines network, overrideBlockNumber, wrapper, underlyingDonor and amountToDonate.
* @dev Make sure the underlyingDonor has at least 3 times the amountToDonate amount in underlying tokens, and
* that the buffer was not been initialized for the ERC4626 token in the current block numbera.
* that the buffer was not been initialized for the ERC4626 token in the current block number.
*/
function setUpForkTestVariables() internal virtual;

Expand Down

0 comments on commit 1ca9426

Please sign in to comment.