Skip to content

Commit

Permalink
test:fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SocratesLu committed May 21, 2024
1 parent 898f7ca commit 186e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/YieldAggregator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract YieldAggregatorTests is BaseTest {
aaveYieldAggregator.setYieldBuffer(1e11);
}

function test_yieldDepost() public {
function test_yieldDeposit() public {
_depositETH2AaveYieldAggregator(10 ether);
assertTrue(aWETH.balanceOf(address(sharesFactory)) == 10 ether);
assertTrue(address(aaveYieldAggregator).balance == 0);
Expand Down

0 comments on commit 186e861

Please sign in to comment.