Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 1687558

Browse files
committed
chore: allow dead code for test crate
1 parent 2676bed commit 1687558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/testing/src/test_suite.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ use crate::wallet::Wallet;
22
use alloy_network::EthereumWallet;
33

44
/// Helper struct to customize the chain spec during e2e tests
5+
#[allow(dead_code)]
56
pub(crate) struct TestSuite {
67
wallet: Wallet,
78
}
@@ -12,6 +13,7 @@ impl Default for TestSuite {
1213
}
1314
}
1415

16+
#[allow(dead_code)]
1517
impl TestSuite {
1618
/// Creates a new e2e test suite with a test account prefunded with 10_000 ETH from genesis
1719
/// allocations and the eth mainnet latest chainspec.

0 commit comments

Comments
 (0)