Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Jan 9, 2025
1 parent 26bcd5a commit 8190c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions e2e/tests/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1701,11 +1701,6 @@ async fn contract_custom_call_no_signatures_strategy() -> Result<()> {
),
);
let provider = wallet.try_provider()?;
let mut provider = provider.clone();
provider.set_cache_ttl(TtlConfig {
consensus_parameters: Duration::from_secs(5),
});
provider.clear_cache().await;

let counter = 42;
let call_handler = contract_instance.methods().initialize_counter(counter);
Expand Down
2 changes: 1 addition & 1 deletion packages/fuels-accounts/src/provider.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[cfg(feature = "coin-cache")]
use std::sync::Arc;
use std::{collections::HashMap, fmt::Debug, net::SocketAddr, time::Duration};
use std::{collections::HashMap, fmt::Debug, net::SocketAddr};

mod cache;
mod retry_util;
Expand Down

0 comments on commit 8190c4a

Please sign in to comment.