Skip to content

Commit

Permalink
build coordinator test functions as public module
Browse files Browse the repository at this point in the history
  • Loading branch information
xoloki committed Oct 22, 2024
1 parent 801ab5b commit 0016b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state_machine/coordinator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ pub mod frost;
/// The coordinator for the FIRE algorithm
pub mod fire;

#[cfg(test)]
#[allow(missing_docs)]
pub mod test {
use hashbrown::{HashMap, HashSet};
use rand_core::OsRng;
Expand Down

0 comments on commit 0016b24

Please sign in to comment.