Skip to content

Commit

Permalink
GH-744: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Syther007 committed Sep 16, 2024
1 parent b6a0b65 commit d098022
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions node/src/blockchain/blockchain_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,7 @@ mod tests {
let accountant_recipient = accountant.start().recipient();
let blockchain_interface = make_blockchain_interface_web3(Some(port));
let consuming_wallet = make_paying_wallet(b"somewallet");
let persistent_configuration =
PersistentConfigurationMock::default();
let persistent_configuration = PersistentConfigurationMock::default();
let wallet_1 = make_wallet("booga");
let wallet_2 = make_wallet("gulp");
let qualified_payables = vec![
Expand Down Expand Up @@ -1065,8 +1064,7 @@ mod tests {
let system = System::new(test_name);
let agent = BlockchainAgentMock::default().consuming_wallet_result(consuming_wallet);
let msg = OutboundPaymentsInstructions::new(vec![], Box::new(agent), None);
let persistent_config =
configure_default_persistent_config(ZERO);
let persistent_config = configure_default_persistent_config(ZERO);
let mut subject = BlockchainBridge::new(
Box::new(blockchain_interface_web3),
Box::new(persistent_config),
Expand Down

0 comments on commit d098022

Please sign in to comment.