Skip to content

Commit

Permalink
fix tests (#170)
Browse files Browse the repository at this point in the history
* fix tests

* fmt

* remove duplicate code

* fmt

* nightly fmt

* fmt
  • Loading branch information
JesseAbram authored Aug 13, 2022
1 parent da48c6b commit 1439195
Show file tree
Hide file tree
Showing 8 changed files with 271 additions and 367 deletions.
133 changes: 18 additions & 115 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion crypto/server/src/communication_manager/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ mod errors;
mod handle_signing;
mod request_guards;
#[cfg(test)] mod tests;

use std::{collections::HashMap, sync::Mutex};

#[cfg(test)] pub use tests::{get_path, setup_client};

/// holds KVDB instance, threshold mnemonic and endpoint of running node
#[derive(Debug, Default)]
pub struct CommunicationManagerState {
Expand Down
Loading

0 comments on commit 1439195

Please sign in to comment.