Skip to content

Commit

Permalink
fix: remove function keyword
Browse files Browse the repository at this point in the history
Co-authored-by: MathisGD <[email protected]>
Signed-off-by: makcandrov <[email protected]>
  • Loading branch information
makcandrov and MathisGD authored Aug 14, 2023
1 parent c0525ed commit f2da3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/morpho_tests.tree
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
β”œβ”€β”€ it should emit FlashLoan(msg.sender, token, assets)
└── it should transfer assets of token from the sender to Morpho
.
└── function setAuthorizationWithSig(Authorization memory authorization, Signature calldata signature) external
└── setAuthorizationWithSig(Authorization memory authorization, Signature calldata signature) external
β”œβ”€β”€ when block.timestamp >= authorization.deadline
β”‚ └── revert with SIGNATURE_EXPIRED
└── when block.timestamp < deadline
Expand All @@ -256,7 +256,7 @@
β”œβ”€β”€ should set isApproved[msg.sender][authorized] to newIsAuthorized
└── it should emit SetAuthorization(msg.sender, msg.sender, authorized, newIsAuthorized)
.
└── function accrueInterests(Market memory market) external
└── accrueInterests(Market memory market) external
β”œβ”€β”€ when market is not created
β”‚ └── revert with MARKET_NOT_CREATED
└── when market is created
Expand Down

0 comments on commit f2da3c9

Please sign in to comment.