From bce0ac79cb415a7702d542e6c71d4d1bdf4e5fcc Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Thu, 27 Nov 2025 05:55:25 +0200 Subject: [PATCH] fix: fmt fix --- integration_tests/src/test_suite_map.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/src/test_suite_map.rs b/integration_tests/src/test_suite_map.rs index 2fa8e1d..648e8a5 100644 --- a/integration_tests/src/test_suite_map.rs +++ b/integration_tests/src/test_suite_map.rs @@ -1169,8 +1169,8 @@ pub fn prepare_function_map() -> HashMap { // #[nssa_integration_test] // pub async fn test_success_private_transfer_to_another_owned_account_cont_run_path() { // info!( - // "########## test_success_private_transfer_to_another_owned_account_cont_run_path ##########" - // ); + // "########## test_success_private_transfer_to_another_owned_account_cont_run_path + // ##########" ); // let continious_run_handle = tokio::spawn(wallet::execute_continious_run()); // let from: AccountId = ACC_SENDER_PRIVATE.parse().unwrap();