Skip to content

Commit

Permalink
Remove zebra_test::init()
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Jul 8, 2020
1 parent 45937a0 commit 3d399a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zebra-consensus/src/verify/redjubjub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ mod tests {
}

#[tokio::test]
#[spandoc::spandoc]
async fn batch_flushes_on_max_items() -> Result<()> {
use tokio::time::timeout;
zebra_test::init();

// Use a very long max_latency and a short timeout to check that
// flushing is happening based on hitting max_items.
Expand All @@ -133,9 +133,9 @@ mod tests {
}

#[tokio::test]
#[spandoc::spandoc]
async fn batch_flushes_on_max_latency() -> Result<()> {
use tokio::time::timeout;
zebra_test::init();

// Use a very high max_items and a short timeout to check that
// flushing is happening based on hitting max_latency.
Expand Down

0 comments on commit 3d399a7

Please sign in to comment.