Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
shamardy committed Oct 3, 2024
1 parent 598045d commit 9faa804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_main/tests/mm2_tests/orderbook_sync_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ fn test_order_cancellation_received_before_creation() {
let coins = json!([rick_conf(), morty_conf()]);

let bob_passphrase = "bob passphrase";
let mm_bob_conf = Mm2TestConf::seednode(&bob_passphrase, &coins);
let mm_bob_conf = Mm2TestConf::seednode(bob_passphrase, &coins);
let mm_bob = MarketMakerIt::start(mm_bob_conf.conf, mm_bob_conf.rpc_password, None).unwrap();
let (_bob_dump_log, _bob_dump_dashboard) = mm_bob.mm_dump();
log!("Bob log path: {}", mm_bob.log_path.display());
Expand Down

0 comments on commit 9faa804

Please sign in to comment.