From 2adcd00e33946bbfa98c4785c4a6dc64ae3f7b50 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Mon, 6 Jan 2025 11:51:44 -0700 Subject: [PATCH] fix: add missing test files, fix typos --- tests/check-test-coverage.sh | 1 - tests/dao/{aibtcdev-dao.test.ts => aibtcdev-base-dao.test.ts} | 0 ...thdaw-nft.test.ts => aibtc-bank-account-withdraw-stx.test.ts} | 0 tests/dao/proposals/aibtc-treasury-withdraw-nft.test.ts | 0 4 files changed, 1 deletion(-) rename tests/dao/{aibtcdev-dao.test.ts => aibtcdev-base-dao.test.ts} (100%) rename tests/dao/proposals/{aibtc-treasury-withdaw-nft.test.ts => aibtc-bank-account-withdraw-stx.test.ts} (100%) create mode 100644 tests/dao/proposals/aibtc-treasury-withdraw-nft.test.ts 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