Skip to content

Commit

Permalink
Fix zsa consensus tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Nov 20, 2024
1 parent d9c8720 commit 90dac03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zebra-chain/src/orchard_zsa/tests.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// FIXME: refactor orchard_zsa/tests (possibly move vectors to zebra-tests), remove cfg(test) here etc.
#[cfg(test)]
mod blocks;

/// FIXME: pub is needed to access test vectors from another crates, remove it then
pub mod vectors;
2 changes: 2 additions & 0 deletions zebra-consensus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ pub use router::RouterError;

/// A boxed [`std::error::Error`].
pub type BoxError = Box<dyn std::error::Error + Send + Sync + 'static>;

mod zsa;

0 comments on commit 90dac03

Please sign in to comment.