Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 18, 2023
1 parent fa7df14 commit f940fb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mm2src/mm2_main/tests/integration_tests_common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use common::executor::Timer;
use common::log::LogLevel;
use common::{block_on, log, now_ms};
use crypto::privkey::key_pair_from_seed;
use mm2_main::mm2::{lp_main, LpMainParams};
Expand All @@ -11,7 +10,6 @@ use mm2_test_helpers::structs::{CoinActivationResult, EnableElectrumResponse, In
use serde_json::{self as json, Value as Json};
use std::collections::HashMap;
use std::env::var;
use std::str::FromStr;

/// This is not a separate test but a helper used by `MarketMakerIt` to run the MarketMaker from the test binary.
#[test]
Expand Down

0 comments on commit f940fb4

Please sign in to comment.