Skip to content

Commit

Permalink
feat: Add missing unit tests (SC-4140) (#30)
Browse files Browse the repository at this point in the history
* feat: set up unit testing

* feat: set up unit testing

* feat: finished unit testing, all passing

* chore: rebase and do fixes
  • Loading branch information
Lucas Manuel committed Nov 25, 2021
1 parent ef895ef commit 30406af
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 88 deletions.
2 changes: 1 addition & 1 deletion contracts/DebtLocker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IERC20Like, IMapleGlobalsLike, IMapleLoanLike, IPoolLike, IPoolFactoryL

import { DebtLockerStorage } from "./DebtLockerStorage.sol";

/// @title DebtLocker holds custody of LoanFDT tokens.
/// @title DebtLocker interacts with Loans on behalf of PoolV1
contract DebtLocker is IDebtLocker, DebtLockerStorage, MapleProxied {

/********************************/
Expand Down
Loading

0 comments on commit 30406af

Please sign in to comment.