Skip to content

Commit

Permalink
Add EscrowOperations tests to run-kontrol.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-hu authored and lucasmt committed Jul 5, 2024
1 parent 5317bd2 commit 235f93d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ if [ "$SCRIPT_TESTS" == true ]; then
"EscrowAccountingTest.testEscrowInvariantsHoldInitially"
"EscrowAccountingTest.testLockStEth"
"EscrowAccountingTest.testUnlockStEth"
"EscrowOperationsTest.testCannotUnlockBeforeMinLockTime"
"EscrowOperationsTest.testCannotLockUnlockInRageQuitEscrowState"
"EscrowOperationsTest.testCannotWithdrawBeforeEthClaimTimelockElapsed"
)
elif [ "$CUSTOM_TESTS" != 0 ]; then
test_list=( "${@:${CUSTOM_TESTS}}" )
Expand Down

0 comments on commit 235f93d

Please sign in to comment.