Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dimxy committed Nov 2, 2023
1 parent 012382c commit fb715cf
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,18 @@ use mm2_test_helpers::for_tests::check_stats_swap_status;
#[cfg(all(not(target_arch = "wasm32")))]
use mm2_test_helpers::for_tests::{btc_segwit_conf, btc_with_spv_conf, btc_with_sync_starting_header,
check_recent_swaps, enable_eth_coin, enable_qrc20, eth_jst_testnet_conf,
eth_testnet_conf, find_metrics_in_json, from_env_file, get_shared_db_id, mm_spat,
morty_conf, rick_conf, sign_message, start_swaps, tbtc_segwit_conf,
tbtc_with_spv_conf, test_qrc20_history_impl, tqrc20_conf, verify_message,
eth_testnet_conf, find_metrics_in_json, from_env_file, get_shared_db_id,
init_trezor_rpc, init_trezor_status_rpc, init_withdraw,
mm_ctx_with_custom_db_with_conf, mm_spat, morty_conf, rick_conf, sign_message,
start_swaps, tbtc_legacy_conf, tbtc_segwit_conf, tbtc_with_spv_conf,
test_qrc20_history_impl, tqrc20_conf, verify_message,
wait_for_swap_contract_negotiation, wait_for_swap_negotiation_failure,
wait_for_swaps_finish_and_check_status, wait_till_history_has_records,
MarketMakerIt, Mm2InitPrivKeyPolicy, Mm2TestConf, Mm2TestConfForSwap, RaiiDump,
DOC_ELECTRUM_ADDRS, ETH_DEV_NODES, ETH_DEV_SWAP_CONTRACT, ETH_DEV_TOKEN_CONTRACT,
ETH_MAINNET_NODE, ETH_MAINNET_SWAP_CONTRACT, MARTY_ELECTRUM_ADDRS, MORTY,
QRC20_ELECTRUMS, RICK, RICK_ELECTRUM_ADDRS, TBTC_ELECTRUMS, T_BCH_ELECTRUMS,
init_trezor_rpc, init_trezor_status_rpc, mm_ctx_with_custom_db_with_conf,
init_withdraw, withdraw_status, tbtc_legacy_conf};
withdraw_status, MarketMakerIt, Mm2InitPrivKeyPolicy, Mm2TestConf,
Mm2TestConfForSwap, RaiiDump, DOC_ELECTRUM_ADDRS, ETH_DEV_NODES,
ETH_DEV_SWAP_CONTRACT, ETH_DEV_TOKEN_CONTRACT, ETH_MAINNET_NODE,
ETH_MAINNET_SWAP_CONTRACT, MARTY_ELECTRUM_ADDRS, MORTY, QRC20_ELECTRUMS, RICK,
RICK_ELECTRUM_ADDRS, TBTC_ELECTRUMS, T_BCH_ELECTRUMS};
use mm2_test_helpers::get_passphrase;
use mm2_test_helpers::structs::*;
use rpc_task::{rpc_common::RpcTaskStatusRequest, RpcTaskStatus};
Expand Down

0 comments on commit fb715cf

Please sign in to comment.