Skip to content

Commit

Permalink
test getter
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Dec 5, 2024
1 parent f696d5a commit 88a133f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/Escrow.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ contract EscrowUnitTests is UnitTest {
// MIN_TRANSFERRABLE_ST_ETH_AMOUNT
// ---

function test_MIN_TRANSFERRABLE_ST_ETH_AMOUNT() external {
assertEq(_escrow.MIN_TRANSFERRABLE_ST_ETH_AMOUNT(), 100);
}

function test_MIN_TRANSFERRABLE_ST_ETH_AMOUNT_gt_minWithdrawableStETHAmountWei_HappyPath() external {
uint256 amountToLock = 100;

Expand Down

0 comments on commit 88a133f

Please sign in to comment.