fix: adding test to all tests

This commit is contained in:
Oleksandr Pravdyvyi 2025-09-19 15:50:43 +03:00
parent 76d374a453
commit 6114ff0d3c
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871

View File

@ -448,6 +448,10 @@ pub async fn main_tests_runner() -> Result<()> {
test_cleanup_wrap!(home_dir, test_failure);
test_cleanup_wrap!(home_dir, test_success_two_transactions);
test_cleanup_wrap!(home_dir, test_get_account_wallet_command);
test_cleanup_wrap!(
home_dir,
test_success_private_transfer_to_another_owned_account
);
}
_ => {
anyhow::bail!("Unknown test name");