From 8e95b09ba2380528d5516b6f820416a0bd554a6f Mon Sep 17 00:00:00 2001 From: qian-hu <88806138+qian-hu@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:28:37 -0400 Subject: [PATCH] Add EscrowOperations tests to run-kontrol.sh script --- test/kontrol/scripts/run-kontrol.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/kontrol/scripts/run-kontrol.sh b/test/kontrol/scripts/run-kontrol.sh index eabb00e0..3df99eef 100755 --- a/test/kontrol/scripts/run-kontrol.sh +++ b/test/kontrol/scripts/run-kontrol.sh @@ -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}}" )