Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 19, 2024
1 parent b9b01de commit cb3c721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/warp-ipfs/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ pub async fn create_account(
config.store_setting_mut().discovery = Discovery::None;
config.ipfs_setting_mut().relay_client.relay_address = vec![];
config.ipfs_setting_mut().mdns.enable = false;
config.store_setting_mut().announce_to_mesh = true;
config.store_setting_mut().auto_push = Some(Duration::from_secs(1));

*config.bootstrap_mut() = Bootstrap::None;

Expand Down

0 comments on commit cb3c721

Please sign in to comment.