From 6114ff0d3c3e346007ace6a3cbd881b8fce59ad6 Mon Sep 17 00:00:00 2001 From: Oleksandr Pravdyvyi Date: Fri, 19 Sep 2025 15:50:43 +0300 Subject: [PATCH] fix: adding test to all tests --- integration_tests/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/integration_tests/src/lib.rs b/integration_tests/src/lib.rs index 3e0323b6..9480f59b 100644 --- a/integration_tests/src/lib.rs +++ b/integration_tests/src/lib.rs @@ -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");