chore: move TestConensus to reth-consensus (#7813)

This commit is contained in:
Matthias Seitz
2024-04-23 14:42:51 +02:00
committed by GitHub
parent 672e4c512c
commit 9fd35f948c
19 changed files with 122 additions and 104 deletions

View File

@ -1259,8 +1259,8 @@ mod tests {
use super::*;
use assert_matches::assert_matches;
use linked_hash_set::LinkedHashSet;
use reth_consensus::test_utils::TestConsensus;
use reth_db::{tables, test_utils::TempDatabase, transaction::DbTxMut, DatabaseEnv};
use reth_interfaces::test_utils::TestConsensus;
use reth_node_ethereum::EthEvmConfig;
#[cfg(not(feature = "optimism"))]
use reth_primitives::proofs::calculate_receipt_root;