Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasdenH committed May 7, 2022
1 parent 319c687 commit bd32ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/YieldLeverRinkeby.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ contract YieldLeverTest is Test {
function testBuildVault() public {
uint128 collateral = 5_000_000_000;
uint128 borrowed = 1_000_000_000;
// Slippage, in tenths of a percent, 1 being no slippage
// Slippage, in tenths of a percent, 1_000 being no slippage
uint128 slippage = 1_001;

helperContract.buyUsdc(collateral, address(this));
Expand Down

0 comments on commit bd32ee6

Please sign in to comment.