Skip to content

Commit

Permalink
test: add tests to do
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Oct 10, 2024
1 parent 38b4b6a commit 335406f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/Counter.t.sol → test/MorphoToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ pragma solidity ^0.8.13;
import {Test, console} from "forge-std/Test.sol";
import {MorphoToken} from "../src/MorphoToken.sol";

contract CounterTest is Test {
// TODO: Test the following:
// - Test every paths
// - Test migration flow
// - Test bundler wrapping
// - Test access control
// - Test voting
// - Test delegation
contract MorphoTokenTest is Test {
MorphoToken public token;

function setUp() public {}
Expand Down

0 comments on commit 335406f

Please sign in to comment.