diff --git a/tests/check-test-coverage.sh b/tests/check-test-coverage.sh index 3f6772b9..2bfff04a 100755 --- a/tests/check-test-coverage.sh +++ b/tests/check-test-coverage.sh @@ -41,7 +41,6 @@ fi # Process each contract echo -e "\nChecking test coverage..." for contract in "${contracts[@]}"; do - echo "Contract: $contract" let "total_contracts=total_contracts+1" test_file=$(get_test_path "$contract") diff --git a/tests/dao/aibtcdev-dao.test.ts b/tests/dao/aibtcdev-base-dao.test.ts similarity index 100% rename from tests/dao/aibtcdev-dao.test.ts rename to tests/dao/aibtcdev-base-dao.test.ts diff --git a/tests/dao/proposals/aibtc-treasury-withdaw-nft.test.ts b/tests/dao/proposals/aibtc-bank-account-withdraw-stx.test.ts similarity index 100% rename from tests/dao/proposals/aibtc-treasury-withdaw-nft.test.ts rename to tests/dao/proposals/aibtc-bank-account-withdraw-stx.test.ts diff --git a/tests/dao/proposals/aibtc-treasury-withdraw-nft.test.ts b/tests/dao/proposals/aibtc-treasury-withdraw-nft.test.ts new file mode 100644 index 00000000..e69de29b