Skip to content

Commit 6ba7761

Browse files
committed
chore: clippy
1 parent 7c5a42c commit 6ba7761

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ integration = []
2727
[dependencies]
2828
init4-bin-base = { version = "0.3.4", features = ["perms"] }
2929

30-
signet-bundle = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
3130
signet-constants = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
3231
signet-sim = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }
3332
signet-tx-cache = { git = "https://github.com/init4tech/signet-sdk", rev = "b8251ff0fec7cb14ca87e6f95c14f56bc2593049" }

tests/block_builder_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use tokio::{sync::mpsc::unbounded_channel, time::timeout};
2121
/// This test sets up a simulated environment using Anvil, creates a block builder,
2222
/// and verifies that the block builder can successfully build a block containing
2323
/// transactions from multiple senders.
24-
#[cfg(feature = "integration")]
24+
#[ignore = "integration test"]
2525
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
2626
async fn test_handle_build() {
2727
use alloy::eips::BlockId;

tests/cache.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
use std::time::Duration;
2-
31
use builder::test_utils::{setup_logging, setup_test_config};
42
use init4_bin_base::deps::tracing::warn;
3+
use std::time::Duration;
54

65
#[ignore = "integration test. This test will take >12 seconds to run, and requires Authz configuration env vars."]
76
#[tokio::test]

0 commit comments

Comments
 (0)