Skip to content

Commit

Permalink
tests(app): 🥊 remove unused type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Apr 9, 2024
1 parent ac61bf5 commit 78b9a75
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions crates/core/app/tests/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//! Shared integration testing facilities.
// NB: Allow dead code, and unused imports. these are shared and consumed by files in `tests/`.
#![allow(dead_code, unused_imports)]

// NB: these reëxports are shared and consumed by files in `tests/`.
#[allow(unused_imports)]
pub use self::{
temp_storage_ext::TempStorageExt, test_node_builder_ext::BuilderExt,
test_node_ext::TestNodeExt, tracing_subscriber::set_tracing_subscriber,
Expand All @@ -26,7 +25,3 @@ mod test_node_ext;
/// NB: this subscriber makes use of a test writer, that is compatible with `cargo test`'s output
/// capturing.
mod tracing_subscriber;

/// A [`TestNode`] coupled with Penumbra's [`Consensus`] service.
pub type PenumbraTestNode =
penumbra_mock_consensus::TestNode<penumbra_app::server::consensus::ConsensusService>;

0 comments on commit 78b9a75

Please sign in to comment.