Skip to content

Commit

Permalink
chore: Update missing natspec (#847)
Browse files Browse the repository at this point in the history
* chore: update missing natspec

* chore: remove unneed test
  • Loading branch information
molecula451 authored Dec 30, 2023
1 parent 7f3e00a commit 9400402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ library LibDirectGovernanceFarmer {
1
);

/// @notice Struct used as a storage for the current library
struct DirectGovernanceData {
address token0; // DAI
address token1; // USDC
Expand All @@ -80,6 +81,7 @@ library LibDirectGovernanceFarmer {
}
}

/// @notice Used to initialize this facet with corresponding values
function init(
address _manager,
address base3Pool,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ contract DirectGovernanceFarmerFacetTest is DiamondTestSetup {
assertFalse(directGovernanceFarmerFacet.isMetaPoolCoin(address(0)));
}

function test_Address() public view returns (address) {
return address(this);
}

function test_IsMetaPoolCoin() public view {
directGovernanceFarmerFacet.isMetaPoolCoin(address(0x2));
}
Expand Down

0 comments on commit 9400402

Please sign in to comment.