Skip to content

Commit

Permalink
fix: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Grimal committed Oct 17, 2024
1 parent 3cbd884 commit d802c92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/MorphoToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ import {MorphoToken} from "../src/MorphoToken.sol";
import {ERC1967Proxy} from
"lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/proxy/ERC1967/ERC1967Proxy.sol";

// TODO: Test the following:
// - Test every paths
// - Test access control
// - Test voting
// - Test delegation
contract MorphoTokenTest is BaseTest {
function testInitilizeZeroAddress(address randomAddress) public {
vm.assume(randomAddress != address(0));
Expand Down

0 comments on commit d802c92

Please sign in to comment.