Skip to content

Commit

Permalink
Rename scan_test to batch_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jul 25, 2023
1 parent 88a1fce commit 61d46dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use dockertest::DockerTest;
use crate::{*, tests::*};

#[test]
fn scan_test() {
fn batch_test() {
for network in [NetworkId::Bitcoin, NetworkId::Monero] {
let mut coordinators = vec![];
let mut test = DockerTest::new();
Expand Down
2 changes: 1 addition & 1 deletion tests/processor/src/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod key_gen;
pub(crate) use key_gen::key_gen;

mod scan;
mod batch;

pub(crate) const COORDINATORS: usize = 4;
pub(crate) const THRESHOLD: usize = ((COORDINATORS * 2) / 3) + 1;

0 comments on commit 61d46dc

Please sign in to comment.